Skip to content

Commit 61c2876

Browse files
authored
default to showing notebook symbols in the goto view (#200670)
1 parent 40f2a58 commit 61c2876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/contrib/outline/notebookOutline.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Registry.as<IConfigurationRegistry>(ConfigurationExtensions.Configuration).regis
424424
},
425425
[NotebookSetting.gotoSymbolsAllSymbols]: {
426426
type: 'boolean',
427-
default: false,
427+
default: true,
428428
markdownDescription: localize('notebook.gotoSymbols.showAllSymbols', "When enabled the Go to Symbol Quick Pick will display full code symbols from the notebook, as well as Markdown headers.")
429429
},
430430
}

0 commit comments

Comments
 (0)