Created
December 3, 2015 15:32
-
-
Save FlatMapIO/98214e2f4a37a566f7b8 to your computer and use it in GitHub Desktop.
VSCode Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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