Skip to content

Instantly share code, notes, and snippets.

@FlatMapIO
Created December 3, 2015 15:32
Show Gist options
  • Save FlatMapIO/98214e2f4a37a566f7b8 to your computer and use it in GitHub Desktop.
Save FlatMapIO/98214e2f4a37a566f7b8 to your computer and use it in GitHub Desktop.
VSCode Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Source Code Pro",
"editor.fontSize": 14,
"editor.formatOnType": true,
"go.gopath": "/Users/X/Workspace/GOPATH",
"rust.rustLangSrcPath": "/usr/local/src/rust/src",
"rust.racerPath": "/Users/X/.multirust/toolchains/nightly/cargo/bin/racer",
"rust.rustfmtPath": "/Users/X/.multirust/toolchains/nightly/cargo/bin/rustfmt"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment