Skip to content

Instantly share code, notes, and snippets.

@pietgeursen
Created March 3, 2020 08:06
Show Gist options
  • Save pietgeursen/b18f04599a53eb5eb0c6e2d8d008b4fc to your computer and use it in GitHub Desktop.
Save pietgeursen/b18f04599a53eb5eb0c6e2d8d008b4fc to your computer and use it in GitHub Desktop.

Install Rust + VS Code + Plugins

Get the rust toolchain installer

Go to rustup download the installer for windows (not the curl script)

When the installer runs, it tells you to add the cargo path to your PATH env. Make sure you do that!

You should now be able to run these commands in your terminal:

  • $ rustup
  • $ cargo

Install VS Code and rust plugins

vs code

vs code rust plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment