profile(main): update -- 2024-10-01T09:30:29.190Z

This commit is contained in:
Alexander 2024-10-01 12:30:29 +03:00
parent 318255d073
commit e2c62dd284
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View file

@ -97,10 +97,6 @@
"key": "ctrl+shift+=", "key": "ctrl+shift+=",
"command": "editor.unfoldAll" "command": "editor.unfoldAll"
}, },
{
"key": "ctrl+[Backquote]",
"command": "workbench.action.terminal.newInActiveWorkspace"
},
{ {
"key": "ctrl+f", "key": "ctrl+f",
"command": "actions.find", "command": "actions.find",

View file

@ -101,7 +101,7 @@ workbench.activityBar.location: side
workbench.auxiliarybar.pinnedPanels: "[]" workbench.auxiliarybar.pinnedPanels: "[]"
workbench.auxiliarybar.size: "300" workbench.auxiliarybar.size: "300"
workbench.auxiliaryBar.size: "256" 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.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.height: "1050"
workbench.grid.size: '{"height":771,"width":1024}' workbench.grid.size: '{"height":771,"width":1024}'