Open in azure portal (#10535)

* initial commit to get it working

* Change configuration to use package.nls.json

* Make the necessary plumbing

* Support multi cloud

* Move the menu item to the bottom

* Fix failing tests

* Fix the tests
This commit is contained in:
Amir Omidi
2020-05-29 19:59:29 -07:00
committed by GitHub
parent b2e0291a95
commit 7d31239e64
28 changed files with 146 additions and 31 deletions

View File

@@ -469,4 +469,7 @@ import 'sql/workbench/contrib/resourceDeployment/browser/resourceDeployment.cont
// Extension
import 'sql/workbench/contrib/extensions/browser/extensions.contribution';
// Azure
import 'sql/workbench/contrib/azure/browser/azure.contribution';
//#endregion