mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-23 23:56:14 +01:00
Fix #53131 - "Text Editor" etc category label needs to match parent
This commit is contained in:
@@ -70,7 +70,7 @@ export const tocData: ITOCEntry = {
|
||||
},
|
||||
{
|
||||
id: 'editor/editor',
|
||||
label: localize('editor', "Editor"),
|
||||
label: localize('textEditor', "Text Editor"),
|
||||
settings: ['editor.*']
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user