This commit is contained in:
2025-12-22 11:17:04 -05:00
parent f7748c7c35
commit e42d74af12
6 changed files with 37 additions and 16 deletions

View File

@@ -46,6 +46,7 @@
"args": {
"commands": [
"workbench.action.closeSidebar",
"workbench.action.closeAuxiliaryBar",
"workbench.action.closePanel",
]
}
@@ -56,6 +57,7 @@
"args": {
"commands": [
"workbench.action.closeSidebar",
"workbench.action.closeAuxiliaryBar",
"workbench.action.closePanel",
"workbench.action.closeEditorsInOtherGroups",
"workbench.action.closeOtherEditors"
@@ -84,6 +86,10 @@
},
{
"key": "f3",
"command": "go.languageserver.restart"
"command": "workbench.action.toggleLightDarkThemes"
},
{
"key": "shift+cmd+/",
"command": "claude-vscode.sidebar.open"
}
]