From ed423b9dc76ca355bbedeeebc9657a6460875fae Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 11 Jul 2024 16:52:44 +0200 Subject: [PATCH] enable `chat.experimental.variables.editor` by default https://github.com/microsoft/vscode-copilot/issues/6622 fyi @aeschli --- src/vs/workbench/contrib/chat/browser/chat.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts index 2b4a908fe398a..d2f8311dd0ab3 100644 --- a/src/vs/workbench/contrib/chat/browser/chat.contribution.ts +++ b/src/vs/workbench/contrib/chat/browser/chat.contribution.ts @@ -104,7 +104,7 @@ configurationRegistry.registerConfiguration({ 'chat.experimental.variables.editor': { type: 'boolean', description: nls.localize('chat.experimental.variables.editor', "Enables variables for editor chat."), - default: false + default: true }, 'chat.experimental.variables.notebook': { type: 'boolean',