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 708ec07 commit 37b985eCopy full SHA for 37b985e
src/vs/workbench/contrib/notebook/common/notebookCommon.ts
@@ -926,6 +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',
931
outputScrolling: 'notebook.experimental.outputScrolling',
932
} as const;
0 commit comments