mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-17 23:35:54 +01:00
remove workbench mode concept (#294985)
* remove workbench mode concept * clean up completely
This commit is contained in:
committed by
GitHub
parent
27abe96390
commit
13ea41dc8f
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"name": "Agent Sessions",
|
||||
"settings": {
|
||||
"chat.agentsControl.clickBehavior": "focus",
|
||||
"chat.agentsControl.enabled": true,
|
||||
"chat.agent.maxRequests": 1000,
|
||||
"chat.restoreLastPanelSession": true,
|
||||
"chat.unifiedAgentsBar.enabled": true,
|
||||
"diffEditor.renderSideBySide": false,
|
||||
"diffEditor.hideUnchangedRegions.enabled": true,
|
||||
"files.autoSave": "afterDelay",
|
||||
"github.copilot.chat.claudeCode.enabled": true,
|
||||
"github.copilot.chat.languageContext.typescript.enabled": true,
|
||||
"inlineChat.affordance": "editor",
|
||||
"inlineChat.renderMode": "hover",
|
||||
"workbench.activityBar.location": "top",
|
||||
"workbench.editor.restoreEditors": false,
|
||||
"workbench.editor.showTabs": "single",
|
||||
"workbench.sideBar.location": "right",
|
||||
"workbench.statusBar.visible": false,
|
||||
"workbench.secondarySideBar.forceMaximized": true,
|
||||
"workbench.secondarySideBar.defaultVisibility": "maximized",
|
||||
"workbench.startupEditor": "none",
|
||||
"workbench.tips.enabled": false,
|
||||
"workbench.layoutControl.type": "toggles",
|
||||
"workbench.activityBar.autoHide": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user