From e2c62dd284135a296a999c9c8a14d0473650b6f6 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 1 Oct 2024 12:30:29 +0300 Subject: profile(main): update -- 2024-10-01T09:30:29.190Z --- profiles/main/data/keybindings-linux.json | 4 ---- profiles/main/data/ui-state.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/main/data/keybindings-linux.json b/profiles/main/data/keybindings-linux.json index 432c620..b8d19f5 100644 --- a/profiles/main/data/keybindings-linux.json +++ b/profiles/main/data/keybindings-linux.json @@ -97,10 +97,6 @@ "key": "ctrl+shift+=", "command": "editor.unfoldAll" }, - { - "key": "ctrl+[Backquote]", - "command": "workbench.action.terminal.newInActiveWorkspace" - }, { "key": "ctrl+f", "command": "actions.find", diff --git a/profiles/main/data/ui-state.yml b/profiles/main/data/ui-state.yml index 7e4947b..3c83205 100644 --- a/profiles/main/data/ui-state.yml +++ b/profiles/main/data/ui-state.yml @@ -101,7 +101,7 @@ workbench.activityBar.location: side workbench.auxiliarybar.pinnedPanels: "[]" workbench.auxiliarybar.size: "300" workbench.auxiliaryBar.size: "256" -workbench.editor.languageDetectionOpenedLanguages.global: '[["sql",true],["shellscript",true],["go.mod",true],["json",true],["go.sum",true],["makefile",true],["dockercompose",true],["yaml",true],["go",true],["http",true],["plaintext",true],["jsonc",true]]' +workbench.editor.languageDetectionOpenedLanguages.global: '[["sql",true],["shellscript",true],["go.mod",true],["json",true],["go.sum",true],["makefile",true],["dockercompose",true],["yaml",true],["http",true],["plaintext",true],["jsonc",true],["go",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}]' workbench.grid.height: "1050" workbench.grid.size: '{"height":771,"width":1024}' -- cgit v1.2.3