From 809a78b6afcf8756cac781241bf8009044c55abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Mon, 7 May 2018 11:33:56 +0100 Subject: [PATCH] Remove custom Rust VSCode setup --- .config/Code/User/settings.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index bae25c3b..3e64adad 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -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 - } } \ No newline at end of file