Remove custom Rust VSCode setup
This commit is contained in:
parent
dde3224bc1
commit
809a78b6af
1 changed files with 0 additions and 14 deletions
|
@ -2,20 +2,6 @@
|
|||
"window.zoomLevel": 1,
|
||||
"extensions.autoUpdate": true,
|
||||
"editor.cursorStyle": "block",
|
||||
"rust.rustLangSrcPath": "/home/cyryl/dev/rust/src",
|
||||
"rust.racerPath": "/home/cyryl/.cargo/bin/racer",
|
||||
"rust.rustfmtPath": "/home/cyryl/.cargo/bin/rustfmt",
|
||||
"rust.rustsymPath": "/home/cyryl/.cargo/bin/rustsym",
|
||||
"rust.cargoPath": "/home/cyryl/.cargo/bin/cargo",
|
||||
"rust.cargoHome": "/home/cyryl/.cargo/",
|
||||
"editor.wordWrap": true,
|
||||
"vim.disableAnnoyingNeovimMessage": true,
|
||||
"rust.rustup": {
|
||||
"toolchain": "nightly-x86_64-unknown-linux-gnu",
|
||||
"nightlyToolchain": "nightly-x86_64-unknown-linux-gnu"
|
||||
},
|
||||
"rust.mode": "rls",
|
||||
"rust.rls": {
|
||||
"useRustfmt": true
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue