We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b985e commit b380ef5Copy full SHA for b380ef5
src/vs/workbench/contrib/notebook/common/notebookCommon.ts
@@ -926,8 +926,7 @@ export const NotebookSetting = {
926
outputLineHeight: 'notebook.outputLineHeight',
927
outputFontSize: 'notebook.outputFontSize',
928
outputFontFamily: 'notebook.outputFontFamily',
929
- kernelPickerType: 'notebook.kernelPickerType',
930
- kernelPickerMRU: 'notebook.experimental.kernelPicker.mru',
+ kernelPickerType: 'notebook.kernelPicker.type',
931
outputScrolling: 'notebook.experimental.outputScrolling',
932
} as const;
933
0 commit comments