Skip to content

Commit

Permalink
enable chat.experimental.variables.editor by default (#221471)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken authored Jul 11, 2024
1 parent 05db2bf commit 665dd63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/contrib/chat/browser/chat.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 665dd63

Please sign in to comment.