remove workbench mode concept (#294985)

* remove workbench mode concept

* clean up completely
This commit is contained in:
Sandeep Somavarapu
2026-02-12 19:15:10 +01:00
committed by GitHub
parent 27abe96390
commit 13ea41dc8f
14 changed files with 6 additions and 357 deletions

View File

@@ -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
}
}