diff options
author | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-30 12:57:43 +0300 |
---|---|---|
committer | Alexander Neonxp Kiryukhin <i@neonxp.ru> | 2024-10-30 12:57:43 +0300 |
commit | 4758626380cbd68123b1e52875668ef7ce4299c1 (patch) | |
tree | e741e183a897b5020e182278e69c44f239a57cac /profiles/main | |
parent | c24bba883d45fcad73b1d4690a50c003971eec6b (diff) |
profile(main): update -- 2024-10-30T09:57:43.871Z
Diffstat (limited to 'profiles/main')
-rw-r--r-- | profiles/main/data/settings.json | 5 | ||||
-rw-r--r-- | profiles/main/data/ui-state.yml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index ffbffb6..edc132f 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -207,7 +207,10 @@ "commandCenter.activeForeground": "#000000", "commandCenter.background": "#e5e5e7", "commandCenter.foreground": "#424242", - "icon.foreground":"#424242" + "icon.foreground":"#424242", + "statusBar.noFolderBorder": "#d4d4d8", + "statusBar.border": "#d4d4d8", + "statusBar.focusBorder": "#d4d4d8" } }, "editor.semanticHighlighting.enabled": false, diff --git a/profiles/main/data/ui-state.yml b/profiles/main/data/ui-state.yml index 912d6f6..297160c 100644 --- a/profiles/main/data/ui-state.yml +++ b/profiles/main/data/ui-state.yml @@ -107,7 +107,7 @@ workbench.activityBar.location: default workbench.auxiliarybar.pinnedPanels: "[]" workbench.auxiliarybar.size: "300" workbench.auxiliaryBar.size: "256" -workbench.editor.languageDetectionOpenedLanguages.global: '[["dockercompose",true],["yaml",true],["templ",true],["html",true],["css",true],["gitignore",true],["javascript",true],["markdown",true],["json",true],["jsonc",true],["go",true],["plaintext",true]]' +workbench.editor.languageDetectionOpenedLanguages.global: '[["dockercompose",true],["yaml",true],["templ",true],["html",true],["css",true],["gitignore",true],["javascript",true],["markdown",true],["json",true],["go",true],["plaintext",true],["jsonc",true]]' workbench.explorer.views.state.hidden: '[{"id":"outline","isHidden":false},{"id":"timeline","isHidden":false},{"id":"workbench.explorer.openEditorsView","isHidden":true},{"id":"workbench.explorer.fileView","isHidden":false},{"id":"npm","isHidden":true},{"id":"go.explorer","isHidden":false},{"id":"gomod","isHidden":false},{"id":"micropico-device-wifi","isHidden":false},{"id":"micropico-device-packages","isHidden":false},{"id":"workbench.explorer.emptyView","isHidden":false},{"id":"fileGroup","isHidden":false},{"id":"htmlRelatedLinks","isHidden":false},{"id":"rustDependencies","isHidden":false},{"id":"make","isHidden":false},{"id":"platformio-ide.projectTasks","isHidden":false},{"id":"platformio-ide.quickAccess","isHidden":false}]' workbench.grid.height: "1050" workbench.grid.size: '{"height":771,"width":1024}' |