Skip to content

Commit b380ef5

Browse files
committed
undo bad change
1 parent 37b985e commit b380ef5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vs/workbench/contrib/notebook/common/notebookCommon.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -926,8 +926,7 @@ export const NotebookSetting = {
926926
outputLineHeight: 'notebook.outputLineHeight',
927927
outputFontSize: 'notebook.outputFontSize',
928928
outputFontFamily: 'notebook.outputFontFamily',
929-
kernelPickerType: 'notebook.kernelPickerType',
930-
kernelPickerMRU: 'notebook.experimental.kernelPicker.mru',
929+
kernelPickerType: 'notebook.kernelPicker.type',
931930
outputScrolling: 'notebook.experimental.outputScrolling',
932931
} as const;
933932

0 commit comments

Comments
 (0)