Skip to content

Commit

Permalink
fix accidental fallthrough in ZLS initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu committed Apr 15, 2024
1 parent 9ef473c commit 5464572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zigSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ async function initialSetup(context: vscode.ExtensionContext): Promise<boolean>
if (!uris) return true;

await zlsConfig.update("path", uris[0].path, true);
break;
case "Use ZLS in PATH":
await zlsConfig.update("path", "zls", true);
break;
Expand Down

0 comments on commit 5464572

Please sign in to comment.