This commit is contained in:
Sandeep Somavarapu 2020-08-06 00:47:22 +02:00
parent 780bb89823
commit 394ff6def4

View file

@ -89,6 +89,7 @@ export class ExtensionTipsService extends BaseExtensionTipsService {
}
} else {
exePaths.push(join('/usr/local/bin', exeName));
exePaths.push(join('/usr/bin', exeName));
exePaths.push(join(this.environmentService.userHome.fsPath, exeName));
}