mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
default deployment type for windows (#9959)
* change default deployment type for win32 * handling the initial deployment type
This commit is contained in:
@@ -206,6 +206,7 @@ export class ResourceTypePickerDialog extends DialogBase {
|
||||
}
|
||||
this._installToolButton.hidden = true;
|
||||
if (this.toolRequirements.length === 0) {
|
||||
this._toolsLoadingComponent.loading = false;
|
||||
this._dialogObject.okButton.enabled = true;
|
||||
this._toolsTable.data = [[localize('deploymentDialog.NoRequiredTool', "No tools required"), '']];
|
||||
this._tools = [];
|
||||
|
||||
Reference in New Issue
Block a user