Skip to content

Commit 1c77e85

Browse files
committed
Update interactive window setting id microsoft#130713
1 parent dbe529d commit 1c77e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ export const NotebookSetting = {
948948
textOutputLineLimit: 'notebook.output.textLineLimit',
949949
globalToolbarShowLabel: 'notebook.globalToolbarShowLabel',
950950
markupFontSize: 'notebook.markup.fontSize',
951-
interactiveWindowCollapseCodeCells: 'notebook.interactiveWindow.collapseCellInputCode'
951+
interactiveWindowCollapseCodeCells: 'interactiveWindow.collapseCellInputCode'
952952
} as const;
953953

954954
export const enum CellStatusbarAlignment {

src/vs/workbench/contrib/preferences/browser/settingsLayout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export const tocData: ITOCEntry<string> = {
191191
{
192192
id: 'features/notebook',
193193
label: localize('notebook', 'Notebook'),
194-
settings: ['notebook.*']
194+
settings: ['notebook.*', 'interactiveWindow.*']
195195
},
196196
{
197197
id: 'features/audioCues',

0 commit comments

Comments
 (0)