Update interactive window setting id #130713

This commit is contained in:
Rob Lourens
2022-01-14 12:11:44 -08:00
parent dbe529d01e
commit 1c77e85ebd
2 changed files with 2 additions and 2 deletions
@@ -948,7 +948,7 @@ export const NotebookSetting = {
textOutputLineLimit: 'notebook.output.textLineLimit',
globalToolbarShowLabel: 'notebook.globalToolbarShowLabel',
markupFontSize: 'notebook.markup.fontSize',
interactiveWindowCollapseCodeCells: 'notebook.interactiveWindow.collapseCellInputCode'
interactiveWindowCollapseCodeCells: 'interactiveWindow.collapseCellInputCode'
} as const;
export const enum CellStatusbarAlignment {
@@ -191,7 +191,7 @@ export const tocData: ITOCEntry<string> = {
{
id: 'features/notebook',
label: localize('notebook', 'Notebook'),
settings: ['notebook.*']
settings: ['notebook.*', 'interactiveWindow.*']
},
{
id: 'features/audioCues',