diff --git a/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts b/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts index 7c64f78cc5..03d25fd086 100644 --- a/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts +++ b/extensions/resource-deployment/src/ui/resourceTypePickerDialog.ts @@ -243,7 +243,7 @@ export class ResourceTypePickerDialog extends DialogBase { this._installToolButton.hidden = !autoInstallRequired; this._dialogObject.okButton.enabled = messages.length === 0 && !autoInstallRequired; if (messages.length !== 0) { - messages.push(localize('deploymentDialog.VersionInformationDebugHint', "You will need to restart Azure Data Studio if the tools are installed after Azure Data Studio is launched to pick up the updated PATH environment variable. You may find additional details in the debug console.")); + messages.push(localize('deploymentDialog.VersionInformationDebugHint', "You will need to restart Azure Data Studio if the tools are installed by yourself after Azure Data Studio is launched to pick up the updated PATH environment variable. You may find additional details in the debug console by running the 'Toggle Developer Tools' command in the Azure Data Studio Command Palette.")); this._dialogObject.message = { level: azdata.window.MessageLevel.Error, text: localize('deploymentDialog.ToolCheckFailed', "Some required tools are not installed."),