reclassified autoinstallrequired message to error (#7986)

* reclassified autoinstallrequired message to error

* Changed level to warning
This commit is contained in:
Alex Ma
2019-10-24 17:00:07 -07:00
committed by GitHub
parent b1e0b7c1e3
commit 8918d1593c

View File

@@ -253,7 +253,7 @@ export class ResourceTypePickerDialog extends DialogBase {
// we don't have scenarios that have mixed type of tools
// either we don't support auto install: docker, or we support auto install for all required tools
this._dialogObject.message = {
level: azdata.window.MessageLevel.Information,
level: azdata.window.MessageLevel.Warning,
text: localize('deploymentDialog.InstallToolsHint', "Some required tools are not installed, you can click the \"{0}\" button to install them.", this._installToolButton.label)
};
}