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.
1 parent 8762127 commit 309607fCopy full SHA for 309607f
src/vs/workbench/contrib/preferences/browser/settingsLayout.ts
@@ -71,6 +71,11 @@ export const tocData: ITOCEntry<string> = {
71
label: localize('diffEditor', "Diff Editor"),
72
settings: ['diffEditor.*']
73
},
74
+ {
75
+ id: 'editor/multiDiffEditor',
76
+ label: localize('multiDiffEditor', "Multi-File Diff Editor"),
77
+ settings: ['multiDiffEditor.*']
78
+ },
79
{
80
id: 'editor/minimap',
81
label: localize('minimap', "Minimap"),
0 commit comments