agent sessions - make single-view the default in vscode (#277075)

This commit is contained in:
Benjamin Pasero
2025-11-13 09:34:45 +01:00
committed by GitHub
parent dd2c3af375
commit 5f3f28fc9a

View File

@@ -213,5 +213,6 @@
],
"azureMcp.serverMode": "all",
"azureMcp.readOnly": true,
"chat.tools.terminal.outputLocation": "none"
"chat.tools.terminal.outputLocation": "none",
"chat.agentSessionsViewLocation": "single-view"
}