mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
remove "New File..." from File menu (#20999)
* remove New File... from File menu * doc
This commit is contained in:
@@ -32,11 +32,12 @@ registerAction2(class extends Action2 {
|
||||
primary: KeyMod.Alt + KeyMod.CtrlCmd + KeyMod.WinCtrl + KeyCode.KeyN,
|
||||
weight: KeybindingWeight.WorkbenchContrib,
|
||||
},
|
||||
menu: {
|
||||
id: MenuId.MenubarFileMenu,
|
||||
group: '1_new',
|
||||
order: 2
|
||||
}
|
||||
// {{SQL CARBON EDIT}} - ADS has its own New File menu
|
||||
// menu: {
|
||||
// id: MenuId.MenubarFileMenu,
|
||||
// group: '1_new',
|
||||
// order: 2
|
||||
// }
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user