We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d976d commit 2e2b234Copy full SHA for 2e2b234
1 file changed
src/OneWare.GhdlExtension/Services/GhdlService.cs
@@ -129,7 +129,7 @@ private async Task<bool> InstallGhdlAsync()
129
if (!_settingsService.GetSettingValue<bool>("Experimental_AutoDownloadBinaries")) return false;
130
if (await _packageService.InstallAsync(GhdlExtensionModule.GhdlPackage) is
131
{
132
- Status: PackageInstallResultReason.Installed or PackageInstallResultReason.AlreadyInstalled
+ Status: not (PackageInstallResultReason.Installed or PackageInstallResultReason.AlreadyInstalled)
133
}) return false;
134
SetEnvironment();
135
return true;
0 commit comments