mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
Enable in workspace (#289694)
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -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,
|
||||
|
||||
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user