Skip to content

Commit 2e2b234

Browse files
committed
fix autodownload
1 parent b2d976d commit 2e2b234

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/OneWare.GhdlExtension/Services/GhdlService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private async Task<bool> InstallGhdlAsync()
129129
if (!_settingsService.GetSettingValue<bool>("Experimental_AutoDownloadBinaries")) return false;
130130
if (await _packageService.InstallAsync(GhdlExtensionModule.GhdlPackage) is
131131
{
132-
Status: PackageInstallResultReason.Installed or PackageInstallResultReason.AlreadyInstalled
132+
Status: not (PackageInstallResultReason.Installed or PackageInstallResultReason.AlreadyInstalled)
133133
}) return false;
134134
SetEnvironment();
135135
return true;

0 commit comments

Comments
 (0)