We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b4680 commit 212617dCopy full SHA for 212617d
src/zigSetup.ts
@@ -40,6 +40,7 @@ async function installZig(context: vscode.ExtensionContext, temporaryVersion?: s
40
}
41
42
43
+ // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
44
if (!version) {
45
// Default to the latest tagged release
46
version = (await getLatestTaggedZigVersion(context)) ?? undefined;
0 commit comments