Updated theming
This commit is contained in:
@@ -55,6 +55,9 @@
|
||||
|
||||
## SVG
|
||||
"jock.svg"
|
||||
|
||||
## YAML
|
||||
"redhat.vscode-yaml"
|
||||
];
|
||||
# Settings
|
||||
userSettings = {
|
||||
@@ -63,6 +66,11 @@
|
||||
"continue.enableTabAutocomplete" = true;
|
||||
|
||||
"window.menuBarVisibility" = "toggle";
|
||||
"window.commandCenter" = false;
|
||||
"window.titleBarStyle" = "native";
|
||||
"workbench.navigationControl.enabled" = false;
|
||||
"workbench.layoutControl.enabled" = false;
|
||||
|
||||
#"github.copilot.editor.enableAutoCompletions" = true;
|
||||
"redhat.telemetry.enabled" = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user