Skip to content

Commit

Permalink
Settings editor - change toc behavior default to 'filter'
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Aug 2, 2018
1 parent 582cd95 commit 6552394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/workbench/electron-browser/main.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ configurationRegistry.registerConfiguration({
'type': 'string',
'enum': ['hide', 'filter', 'show'],
'description': nls.localize('settingsSearchTocBehavior', "Controls the behavior of the settings editor Table of Contents while searching."),
'default': 'hide',
'default': 'filter',
'scope': ConfigurationScope.WINDOW
},
'workbench.settings.tocVisible': {
Expand Down

0 comments on commit 6552394

Please sign in to comment.