2017-05-14 18:16:26 +01:00
|
|
|
{
|
|
|
|
"window.zoomLevel": 1,
|
|
|
|
"extensions.autoUpdate": true,
|
|
|
|
"editor.cursorStyle": "block",
|
2017-10-31 14:38:46 +00:00
|
|
|
"vim.disableAnnoyingNeovimMessage": true,
|
|
|
|
"terminal.integrated.shell.osx": "/usr/local/bin/bash",
|
|
|
|
"rust.cargoPath": "/Users/cyplo/.cargo/bin/cargo",
|
|
|
|
"rust.cargoHomePath": "/Users/cyplo/.cargo",
|
|
|
|
"rust.racerPath": "/Users/cyplo/.cargo/bin/racer",
|
|
|
|
"rust.rustfmtPath": "/Users/cyplo/.cargo/bin/rustfmt",
|
|
|
|
"rust.rustsymPath": "/Users/cyplo/.cargo/bin/rustsym",
|
|
|
|
"rust.rustLangSrcPath": "/Users/cyplo/dev/rust/src",
|
|
|
|
"rust.mode": "rls",
|
|
|
|
"rust.rls": {
|
|
|
|
"executable": "/Users/cyplo/.cargo/bin/rls",
|
|
|
|
"useRustfmt": true
|
2018-03-31 08:46:34 +01:00
|
|
|
},
|
|
|
|
"explorer.confirmDelete": false,
|
2018-05-17 09:34:06 +01:00
|
|
|
"files.autoSave": "onFocusChange",
|
|
|
|
"workbench.colorTheme": "Solarized Dark"
|
2017-05-14 18:16:26 +01:00
|
|
|
}
|