1

Fix VSCode config

This commit is contained in:
2023-05-16 23:27:58 +02:00
parent e6fd1bcea5
commit f93b29eb14

View File

@ -696,14 +696,14 @@ rec {
"editor.smoothScrolling" = true; "editor.smoothScrolling" = true;
"editor.stickyScroll.enabled" = true; "editor.stickyScroll.enabled" = true;
"editor.tabCompletion" = "on"; "editor.tabCompletion" = "on";
"editor.cursorSmoothCaretAnimation" = true; "editor.cursorSmoothCaretAnimation" = "on";
"editor.cursorSurroundingLines" = 10; "editor.cursorSurroundingLines" = 10;
"editor.minimap.renderCharacters" = false; "editor.minimap.renderCharacters" = false;
"files.trimFinalNewlines" = true; "files.trimFinalNewlines" = true;
"files.trimTrailingWhitespace" = true; # NOTE: If this is enabled with frequent autosave, the current lines whitespace will always be removed, which is obnoxious "files.trimTrailingWhitespace" = true; # NOTE: If this is enabled with frequent autosave, the current lines whitespace will always be removed, which is obnoxious
"workbench.enableExperiments" = false; "workbench.enableExperiments" = false;
"workbench.list.smoothScrolling" = true; "workbench.list.smoothScrolling" = true;
"workbench.colorTheme" = "Default Light+"; "workbench.colorTheme" = "Default Light Modern";
"workbench.iconTheme" = "vscode-icons"; "workbench.iconTheme" = "vscode-icons";
"security.workspace.trust.enabled" = false; "security.workspace.trust.enabled" = false;
"editor.bracketPairColorization.enabled" = true; "editor.bracketPairColorization.enabled" = true;