File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -948,7 +948,7 @@ export const NotebookSetting = {
948
948
textOutputLineLimit : 'notebook.output.textLineLimit' ,
949
949
globalToolbarShowLabel : 'notebook.globalToolbarShowLabel' ,
950
950
markupFontSize : 'notebook.markup.fontSize' ,
951
- interactiveWindowCollapseCodeCells : 'notebook. interactiveWindow.collapseCellInputCode'
951
+ interactiveWindowCollapseCodeCells : 'interactiveWindow.collapseCellInputCode'
952
952
} as const ;
953
953
954
954
export const enum CellStatusbarAlignment {
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ export const tocData: ITOCEntry<string> = {
191
191
{
192
192
id : 'features/notebook' ,
193
193
label : localize ( 'notebook' , 'Notebook' ) ,
194
- settings : [ 'notebook.*' ]
194
+ settings : [ 'notebook.*' , 'interactiveWindow.*' ]
195
195
} ,
196
196
{
197
197
id : 'features/audioCues' ,
You can’t perform that action at this time.
0 commit comments