VSCode support on Mac (#144)
* Better shel in VSCode on Mac * Support RLS on Mac
This commit is contained in:
parent
ee50512d40
commit
885603c7e6
1 changed files with 13 additions and 6 deletions
|
@ -2,10 +2,17 @@
|
||||||
"window.zoomLevel": 1,
|
"window.zoomLevel": 1,
|
||||||
"extensions.autoUpdate": true,
|
"extensions.autoUpdate": true,
|
||||||
"editor.cursorStyle": "block",
|
"editor.cursorStyle": "block",
|
||||||
"rust.rustLangSrcPath": "/Users/cyryl/dev/rust/src",
|
"vim.disableAnnoyingNeovimMessage": true,
|
||||||
"rust.racerPath": "/Users/cyryl/.cargo/bin/racer",
|
"terminal.integrated.shell.osx": "/usr/local/bin/bash",
|
||||||
"rust.rustfmtPath": "/Users/cyryl/.cargo/bin/rustfmt",
|
"rust.cargoPath": "/Users/cyplo/.cargo/bin/cargo",
|
||||||
"rust.rustsymPath": "/Users/cyryl/.cargo/bin/rustsym",
|
"rust.cargoHomePath": "/Users/cyplo/.cargo",
|
||||||
"rust.cargoPath": "/Users/cyryl/.cargo/bin/cargo",
|
"rust.racerPath": "/Users/cyplo/.cargo/bin/racer",
|
||||||
"rust.cargoHome": "/Users/cyryl/.cargo/"
|
"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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue