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 9f56904 commit ad13c15Copy full SHA for ad13c15
src/vs/workbench/contrib/notebook/common/notebookCommon.ts
@@ -927,7 +927,7 @@ export const NotebookSetting = {
927
outputFontSize: 'notebook.outputFontSize',
928
outputFontFamily: 'notebook.outputFontFamily',
929
kernelPickerMRU: 'notebook.experimental.kernelPicker.mru',
930
- outputScrolling: 'notebook.expermental.outputScrolling',
+ outputScrolling: 'notebook.experimental.outputScrolling',
931
} as const;
932
933
export const enum CellStatusbarAlignment {
0 commit comments