dotfiles/.config/Code/User/settings.json.mac
2018-05-17 09:34:06 +01:00

22 lines
791 B
Plaintext

{
"window.zoomLevel": 1,
"extensions.autoUpdate": true,
"editor.cursorStyle": "block",
"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
},
"explorer.confirmDelete": false,
"files.autoSave": "onFocusChange",
"workbench.colorTheme": "Solarized Dark"
}