mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
notebook background execution (#8079)
* notebook background execution * code review comments * comments 2 * more logging
This commit is contained in:
@@ -263,8 +263,10 @@ export abstract class ToolBase implements ITool {
|
||||
);
|
||||
this.version = this.getVersionFromOutput(commandOutput);
|
||||
if (this.version) {
|
||||
// discover and set the installationPath
|
||||
await this.setInstallationPath();
|
||||
if (this.autoInstallSupported) {
|
||||
// discover and set the installationPath
|
||||
await this.setInstallationPath();
|
||||
}
|
||||
return ToolStatus.Installed;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user