
Once installed, validate that the paths are set up correctly by running the command rustc and confirming that usage information is returned. Step 1 - Install Rustĭownload and install Rust by using this link.

For this article I used a Microsoft Windows 11 virtual machine hosted in Azure. The following are the steps for setting up Microsoft Visual Studio Code (VSCode) to develop and debug coding projects using Rust. The following walks through setting up an IDE that supports debugging, unit testing and GitHub integration, all of which are useful for working on coding exercises.


I’ve recently been solving problems on Leetcode to learn Rust, and along the way I learned a few things that helped me set up a more efficient dev environment.
