Archived
Moves New Deployment from connections pane to file menu bar. (#22090)
* Moves New Deployment to file menu bar. * Add deployment back to breadcrumb menu * Update extensions/resource-deployment/DEVELOPER_GUIDE.md Co-authored-by: Charles Gagnon <chgagnon@microsoft.com> * Adjust new deployment mnemonic * Remove unused localized string --------- Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
co-authored by
Charles Gagnon
parent
20c290aa91
commit
eb3c5f1f47
@@ -607,7 +607,7 @@ MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
|
||||
order: 1.1
|
||||
});
|
||||
|
||||
// {{SQL CARBON EDIT}} - Add "New Notebook" item
|
||||
// {{SQL CARBON EDIT}} - BEGIN - Add "New Notebook" item
|
||||
MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
|
||||
group: '1_new',
|
||||
command: {
|
||||
@@ -618,6 +618,17 @@ MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
|
||||
});
|
||||
// {{SQL CARBON EDIT}} - End
|
||||
|
||||
// {{SQL CARBON EDIT}} - BEGIN - Add "New Deployment..." option
|
||||
MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
|
||||
group: '1_new',
|
||||
command: {
|
||||
id: 'azdata.resource.deploy',
|
||||
title: locConstants.fileActionsContributionMiNewDeployment
|
||||
},
|
||||
order: 4
|
||||
});
|
||||
// {{SQL CARBON EDIT}} - END
|
||||
|
||||
MenuRegistry.appendMenuItem(MenuId.MenubarFileMenu, {
|
||||
group: '4_save',
|
||||
command: {
|
||||
|
||||
Reference in New Issue
Block a user