Add resource type filtering to deployment wizard (#11079)

This commit is contained in:
Charles Gagnon
2020-06-24 18:07:52 -07:00
committed by GitHub
parent 8c6d77e04d
commit 2f90b56877
4 changed files with 31 additions and 16 deletions

View File

@@ -147,7 +147,7 @@ export class ControllerDashboardOverviewPage extends DashboardPage {
this.disposables.push(
newInstance.onDidClick(async () => {
await vscode.commands.executeCommand('azdata.resource.deploy');
await vscode.commands.executeCommand('azdata.resource.deploy', 'arc.sql', ['arc.sql', 'arc.postgres']);
}));
// Refresh