Skip to content

Instantly share code, notes, and snippets.

@davll
Created February 14, 2017 02:33
Show Gist options
  • Select an option

  • Save davll/d6774db602681fe1933b4833e1a0901c to your computer and use it in GitHub Desktop.

Select an option

Save davll/d6774db602681fe1933b4833e1a0901c to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 18,
"terminal.integrated.fontSize": 16,
"rust.rustLangSrcPath": "%UserProfile%\\.rustup\\toolchains\\nightly-x86_64-pc-windows-msvc\\lib\\rustlib\\src\\rust\\src",
"rust.cargoPath": "%UserProfile%\\.cargo\\bin\\cargo.exe",
"rust.cargoHomePath": "%UserProfile%\\.cargo"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment