Skip to content

A thorough demo of everything you might want to configure for rust development in VS Code.

Notifications You must be signed in to change notification settings

MaulingMonkey/template_rust_vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What even is this?

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.

Possible usage

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 new Cargo.toml package.name, so you can rename the folder locally.
  • Cull unused stuff from Setup.md

About

A thorough demo of everything you might want to configure for rust development in VS Code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages