mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
reclassified autoinstallrequired message to error (#7986)
* reclassified autoinstallrequired message to error * Changed level to warning
This commit is contained in:
@@ -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)
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user