From 0074a8133a11eb9eb5ea780f2422850b9bd13145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 22 Dec 2018 15:58:11 +0000 Subject: [PATCH] more vscode settings --- .config/Code/User/settings.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index 7e7a18a5..f13d8c94 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -8,4 +8,14 @@ "cSpell.language": "en,en-GB", "editor.formatOnSave": true, "files.trimTrailingWhitespace": true, + "better-comments.highlightPlainText": true, + "rust-client.updateOnStartup": true, + "rust.all_features": true, + "rust.goto_def_racer_fallback": true, + "vim.statusBarColorControl": true, + "workbench.colorCustomizations": { + "statusBar.background": "#005f5f", + "statusBar.noFolderBackground": "#005f5f", + "statusBar.debuggingBackground": "#005f5f" + }, } \ No newline at end of file