Skip to content

Commit 568e6a0

Browse files
authored
Enable cell generate fully (microsoft#232150)
* Enable cell generate fully * remove experimental tag
1 parent d53129f commit 568e6a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/workbench/contrib/notebook/browser/notebook.contribution.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,8 +1211,7 @@ configurationRegistry.registerConfiguration({
12111211
[NotebookSetting.cellGenerate]: {
12121212
markdownDescription: nls.localize('notebook.cellGenerate', "Enable experimental generate action to create code cell with inline chat enabled."),
12131213
type: 'boolean',
1214-
default: typeof product.quality === 'string' && product.quality !== 'stable',
1215-
tags: ['experimental']
1214+
default: true
12161215
},
12171216
[NotebookSetting.notebookVariablesView]: {
12181217
markdownDescription: nls.localize('notebook.VariablesView.description', "Enable the experimental notebook variables view within the debug panel."),

0 commit comments

Comments
 (0)