mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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,
|
primary: KeyMod.Alt + KeyMod.CtrlCmd + KeyMod.WinCtrl + KeyCode.KeyN,
|
||||||
weight: KeybindingWeight.WorkbenchContrib,
|
weight: KeybindingWeight.WorkbenchContrib,
|
||||||
},
|
},
|
||||||
menu: {
|
// {{SQL CARBON EDIT}} - ADS has its own New File menu
|
||||||
id: MenuId.MenubarFileMenu,
|
// menu: {
|
||||||
group: '1_new',
|
// id: MenuId.MenubarFileMenu,
|
||||||
order: 2
|
// group: '1_new',
|
||||||
}
|
// order: 2
|
||||||
|
// }
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user