At the meet up for getting started contributing to rust, there was a little difficulty provisioning amis for developers to get started working on rust. I put together a vagrantfile to set up rust development.
That’s great! If you have your Vagrantfile floating around somewhere, I’d love to eyeball it for comparison purposes.
Also, I published a “Box” version on Hashicorp’s page. This way the box’s setup steps have already been run, which should make the start time to being able to develop really fast.
Have you guys figured out how to get debugging / linting / autocompletion working with a local IDE using remote vagrant host to compile / run the code? I was able to get remote execution work using a VScode build task, but I couldn’t get the hinting / auto completion without installing rust on my windows machine.