Skip to content

Commit 75d10e4

Browse files
authored
Turn off kernel picker mru for stable. (microsoft#172587)
1 parent 2c620aa commit 75d10e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ configurationRegistry.registerConfiguration({
885885
nls.localize('notebook.kernelPickerType.mru', "Experiment: show recently used kernels."),
886886
],
887887
tags: ['notebookLayout'],
888-
default: 'mru'
888+
default: 'all'
889889
},
890890
[NotebookSetting.outputScrolling]: {
891891
markdownDescription: nls.localize('notebook.outputScrolling', "Use a scrollable region for notebook output when longer than the limit"),

0 commit comments

Comments
 (0)