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:
Lewis Sanchez
2023-03-02 16:26:38 -08:00
committed by GitHub
co-authored by Charles Gagnon
parent 20c290aa91
commit eb3c5f1f47
3 changed files with 14 additions and 2 deletions
@@ -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: {