We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 98221d3 + ec36b08 commit b7d4c1eCopy full SHA for b7d4c1e
src/vs/workbench/contrib/preferences/browser/settingsLayout.ts
@@ -122,6 +122,11 @@ export const tocData: ITOCEntry<string> = {
122
id: 'features',
123
label: localize('features', "Features"),
124
children: [
125
+ {
126
+ id: 'features/accessibility',
127
+ label: localize('accessibility', "Accessibility"),
128
+ settings: ['accessibility.*']
129
+ },
130
{
131
id: 'features/explorer',
132
label: localize('fileExplorer', "Explorer"),
@@ -131,8 +136,7 @@ export const tocData: ITOCEntry<string> = {
136
id: 'features/search',
137
label: localize('search', "Search"),
133
138
settings: ['search.*']
134
- }
135
- ,
139
140
141
id: 'features/debug',
142
label: localize('debug', "Debug"),
0 commit comments