Skip to content

Commit b7d4c1e

Browse files
authored
Merge pull request microsoft#181260 from microsoft/merogge/toc
Add accessibility TOC entry
2 parents 98221d3 + ec36b08 commit b7d4c1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ export const tocData: ITOCEntry<string> = {
122122
id: 'features',
123123
label: localize('features', "Features"),
124124
children: [
125+
{
126+
id: 'features/accessibility',
127+
label: localize('accessibility', "Accessibility"),
128+
settings: ['accessibility.*']
129+
},
125130
{
126131
id: 'features/explorer',
127132
label: localize('fileExplorer', "Explorer"),
@@ -131,8 +136,7 @@ export const tocData: ITOCEntry<string> = {
131136
id: 'features/search',
132137
label: localize('search', "Search"),
133138
settings: ['search.*']
134-
}
135-
,
139+
},
136140
{
137141
id: 'features/debug',
138142
label: localize('debug', "Debug"),

0 commit comments

Comments
 (0)