Skip to content

Commit ad13c15

Browse files
committed
setting value
1 parent 9f56904 commit ad13c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ export const NotebookSetting = {
927927
outputFontSize: 'notebook.outputFontSize',
928928
outputFontFamily: 'notebook.outputFontFamily',
929929
kernelPickerMRU: 'notebook.experimental.kernelPicker.mru',
930-
outputScrolling: 'notebook.expermental.outputScrolling',
930+
outputScrolling: 'notebook.experimental.outputScrolling',
931931
} as const;
932932

933933
export const enum CellStatusbarAlignment {

0 commit comments

Comments
 (0)