diff options
-rw-r--r-- | profiles/main/data/extensions.yml | 4 | ||||
-rw-r--r-- | profiles/main/data/settings.json | 10 | ||||
-rw-r--r-- | profiles/main/data/ui-state.yml | 4 |
3 files changed, 13 insertions, 5 deletions
diff --git a/profiles/main/data/extensions.yml b/profiles/main/data/extensions.yml index ec0a757..4f482f4 100644 --- a/profiles/main/data/extensions.yml +++ b/profiles/main/data/extensions.yml @@ -30,10 +30,10 @@ disabled: uuid: 570e6089-b871-41df-9cf4-a723cb34ef01 - id: rust-lang.rust-analyzer uuid: 06574cb4-e5dc-4631-8174-a543a4533621 - - id: serayuzgur.crates - uuid: 6a95a3fd-3a5d-4326-b8ab-1b1653b1f183 - id: Swellaby.vscode-rust-test-adapter uuid: c167848c-fc11-496e-b432-1fd0a578a408 + - id: serayuzgur.crates + uuid: 6a95a3fd-3a5d-4326-b8ab-1b1653b1f183 - id: undefined.neonxp-common uuid: 00000000-0000-0000-0000-000000000000 - id: undefined.neonxp-git diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 1a032d1..90a5e71 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -199,7 +199,15 @@ "titleBar.inactiveForeground": "#fff", "menubar.selectionForeground": "#fff", "titleBar.border": "#3c444a", - "sideBar.border": "#d4d4d8" + "sideBar.border": "#d4d4d8", + "sideBarSectionHeader.background": "#e5e5e7", + "sideBarSectionHeader.border": "#a1a1aa", + "sideBarSectionHeader.foreground": "#000", + "commandCenter.activeBackground": "#e5e5e7", + "commandCenter.activeForeground": "#000000", + "commandCenter.background": "#e5e5e7", + "commandCenter.foreground": "#424242", + "icon.foreground":"#424242" } }, "editor.semanticHighlighting.enabled": false, diff --git a/profiles/main/data/ui-state.yml b/profiles/main/data/ui-state.yml index f5affd0..cd30609 100644 --- a/profiles/main/data/ui-state.yml +++ b/profiles/main/data/ui-state.yml @@ -1,4 +1,4 @@ -golang.go: '{"go.extensionVersion":"0.40.0","latestGoVersions":{"timestamp":1730022865402,"goVersions":[{"binpath":"golang.org/dl/go1.23.2","label":"Go +golang.go: '{"go.extensionVersion":"0.40.0","latestGoVersions":{"timestamp":1730143667576,"goVersions":[{"binpath":"golang.org/dl/go1.23.2","label":"Go 1.23.2","available":false,"description":"download golang.org/dl/go1.23.2"},{"binpath":"golang.org/dl/go1.22.8","label":"Go 1.22.8","available":false,"description":"download @@ -107,7 +107,7 @@ workbench.activityBar.location: default workbench.auxiliarybar.pinnedPanels: "[]" workbench.auxiliarybar.size: "300" workbench.auxiliaryBar.size: "256" -workbench.editor.languageDetectionOpenedLanguages.global: '[["go.mod",true],["html",true],["typescript",true],["json",true],["javascript",true],["properties",true],["dockercompose",true],["plaintext",true],["templ",true],["yaml",true],["go",true],["jsonc",true]]' +workbench.editor.languageDetectionOpenedLanguages.global: '[["go.mod",true],["html",true],["typescript",true],["json",true],["javascript",true],["properties",true],["dockercompose",true],["yaml",true],["go",true],["templ",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}' |