From b501798e88846e3512592b77a9d3a1b35550547b Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Sun, 4 Oct 2020 18:08:49 -0400 Subject: some dev related config changes to vscode, spacemacs, and environment --- .config/VSCodium/User/settings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.config/VSCodium/User/settings.json') diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index fc9e39c..8128f93 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -51,7 +51,7 @@ "update.mode": "none", "update.showReleaseNotes": false, "window.menuBarVisibility": "toggle", - "workbench.colorTheme": "Dark-Dracula", + "workbench.colorTheme": "Dracula", "workbench.enableExperiments": false, "workbench.iconTheme": "material-icon-theme", "workbench.settings.enableNaturalLanguageSearch": false, @@ -69,5 +69,7 @@ "rust-client.engine": "rust-analyzer", "rust-analyzer.updates.channel": "nightly", "python.formatting.provider": "black", - "python.pythonPath": "/usr/bin/python3" + "python.pythonPath": "/usr/bin/python3", + "shellcheck.executablePath": "/usr/bin/shellcheck", + "git.enableStatusBarSync": false } -- cgit 1.4.1