mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
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:
@@ -27,8 +27,9 @@ export default () => `
|
||||
</div>
|
||||
<div class="section deploy">
|
||||
<h2 class="caption">${escape(localize('welcomePage.deploy', "Deploy"))}</h2>
|
||||
<!--The resourceDeployment.new command can be removed if this option is removed from the welcome page-->
|
||||
<ul>
|
||||
<li><a href="command:azdata.resource.deploy">${escape(localize('welcomePage.newDeployment', "New Deployment…"))}</a></li>
|
||||
<li><a href="command:resourceDeployment.new">${escape(localize('welcomePage.newDeployment', "New Deployment…"))}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section recent">
|
||||
|
||||
Reference in New Issue
Block a user