Skip to content

Commit 37b985e

Browse files
committed
fix
1 parent 708ec07 commit 37b985e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ export const NotebookSetting = {
926926
outputLineHeight: 'notebook.outputLineHeight',
927927
outputFontSize: 'notebook.outputFontSize',
928928
outputFontFamily: 'notebook.outputFontFamily',
929+
kernelPickerType: 'notebook.kernelPickerType',
929930
kernelPickerMRU: 'notebook.experimental.kernelPicker.mru',
930931
outputScrolling: 'notebook.experimental.outputScrolling',
931932
} as const;

0 commit comments

Comments
 (0)