Skip to content

Commit 309607f

Browse files
committed
Fixes warning
1 parent 8762127 commit 309607f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ export const tocData: ITOCEntry<string> = {
7171
label: localize('diffEditor', "Diff Editor"),
7272
settings: ['diffEditor.*']
7373
},
74+
{
75+
id: 'editor/multiDiffEditor',
76+
label: localize('multiDiffEditor', "Multi-File Diff Editor"),
77+
settings: ['multiDiffEditor.*']
78+
},
7479
{
7580
id: 'editor/minimap',
7681
label: localize('minimap', "Minimap"),

0 commit comments

Comments
 (0)