Skip to content

Commit

Permalink
Merge branch 'master' into techatrix/ci-check-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexu authored Feb 22, 2025
2 parents c209af4 + 8372c38 commit fbf32f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/zls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ async function configurationMiddleware(
inspect?.workspaceValue === undefined &&
inspect?.workspaceFolderValue === undefined;
if (isDefaultValue) {
if (name === "zig.zls.semanticTokens") {
// The extension has a different default value for this config
// option compared to ZLS
continue;
}
result[index] = null;
}
}
Expand Down

0 comments on commit fbf32f7

Please sign in to comment.