Add Internal Command for New Resource Deployment (#9122)

* Prevent check in openerService for cmdregistry

* Revert "Prevent check in openerService for cmdregistry"

This reverts commit c40079e6f38dcd379941474accc1a1e3b42f6103.

* Add internal command that calls extension command

* Add comment
This commit is contained in:
Chris LaFreniere
2020-03-10 12:46:55 -07:00
committed by GitHub
parent 80ed6131ce
commit 3a1cd98856
3 changed files with 22 additions and 1 deletions

View File

@@ -466,4 +466,7 @@ import 'sql/workbench/contrib/restore/browser/restore.contribution';
// Scripting
import 'sql/workbench/contrib/scripting/browser/scripting.contribution';
// Resource Deployment
import 'sql/workbench/contrib/resourceDeployment/browser/resourceDeployment.contribution';
//#endregion