A thorough demo of everything you might want to configure for rust development in VS Code, along with a small hello world style program to test it out on.
git clone https://github.com/MaulingMonkey/template_rust_vscode.git
cargo new NEW_PROJECT --bin
robocopy template_rust_vscode\.vscode NEW_PROJECT\.vscode *.*
robocopy template_rust_vscode NEW_PROJECT Setup.md
- Setup everything
- Replace
${workspaceFolderBasename}
throughout.vscode\launch.json
with your newCargo.toml
package.name
, so you can rename the folder locally. - Cull unused stuff from
Setup.md