mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
allow file menu contributions
This commit is contained in:
@@ -35,6 +35,7 @@ namespace schema {
|
||||
case 'editor/title/context': return MenuId.EditorTitleContext;
|
||||
case 'debug/callstack/context': return MenuId.DebugCallStackContext;
|
||||
case 'debug/toolbar': return MenuId.DebugToolbar;
|
||||
case 'menuBar/file': return MenuId.MenubarFileMenu;
|
||||
case 'scm/title': return MenuId.SCMTitle;
|
||||
case 'scm/sourceControl': return MenuId.SCMSourceControl;
|
||||
case 'scm/resourceGroup/context': return MenuId.SCMResourceGroupContext;
|
||||
|
||||
Reference in New Issue
Block a user