mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fix informational/error messages when tools not installed/not discovered/not installable (#8679)
* fix informational/error messages
This commit is contained in:
@@ -98,7 +98,7 @@ export abstract class ToolBase implements ITool {
|
||||
}
|
||||
|
||||
public get autoInstallNeeded(): boolean {
|
||||
return this.status !== ToolStatus.Installed && this.autoInstallSupported;
|
||||
return this.status === ToolStatus.NotInstalled && this.autoInstallSupported;
|
||||
}
|
||||
|
||||
public get isNotInstalled(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user