update?
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"search.useParentIgnoreFiles": false,
|
||||
"search.useIgnoreFiles": false,
|
||||
"problems.visibility": false,
|
||||
"editor.cursorStyle": "line",
|
||||
"editor.cursorStyle": "block",
|
||||
"git.openRepositoryInParentFolders": "never",
|
||||
"javascript.updateImportsOnFileMove.enabled": "always",
|
||||
"explorer.confirmDragAndDrop": false,
|
||||
@@ -187,4 +187,19 @@
|
||||
},
|
||||
"git.suggestSmartCommit": false,
|
||||
"editor.accessibilitySupport": "off",
|
||||
"claudeCode.preferredLocation": "sidebar",
|
||||
"github.copilot.enable": {
|
||||
"*": false,
|
||||
"plaintext": false,
|
||||
"markdown": false,
|
||||
"scminput": false
|
||||
},
|
||||
"workbench.secondarySideBar.defaultVisibility": "hidden",
|
||||
"inlineChat.lineNaturalLanguageHint": false,
|
||||
"workbench.editor.empty.hint": "hidden",
|
||||
"chat.agent.enabled": false,
|
||||
"chat.disableAIFeatures": true,
|
||||
"workbench.colorTheme": "Default Light+",
|
||||
"workbench.preferredDarkColorTheme": "Visual Studio Dark",
|
||||
"workbench.preferredLightColorTheme": "Visual Studio Light"
|
||||
}
|
||||
Reference in New Issue
Block a user