Enable in workspace (#289694)

This commit is contained in:
Christof Marti
2026-01-23 16:57:59 +01:00
parent f3f1445cb7
commit 95b2895346
2 changed files with 1 additions and 1 deletions

View File

@@ -10,6 +10,7 @@
"scripts/test-integration.sh": true,
},
"chat.viewSessions.enabled": true,
"chat.editing.explainChanges.enabled": true,
// --- Editor ---
"editor.insertSpaces": false,
"editor.experimental.asyncTokenization": true,

View File

@@ -257,7 +257,6 @@ configurationRegistry.registerConfiguration({
},
'chat.editing.explainChanges.enabled': {
type: 'boolean',
scope: ConfigurationScope.APPLICATION,
markdownDescription: nls.localize('chat.editing.explainChanges.enabled', "Controls whether the Explain button in the Chat panel and the Explain Changes context menu in the SCM view are shown. This is an experimental feature."),
default: false,
tags: ['experimental'],