mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
Update interactive window setting id #130713
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user