dotfiles/.config/Code/User/settings.json.mac
Cyryl Płotnicki 885603c7e6
VSCode support on Mac (#144)
* Better shel in VSCode on Mac

* Support RLS on Mac
2017-10-31 14:38:46 +00:00

19 lines
669 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
}
}