Skip to content

Commit

Permalink
Document that partial is better than full for `zig.zls.semanticTo…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp authored and Vexu committed May 11, 2024
1 parent 3183c90 commit ed1ad07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"zig.zls.semanticTokens": {
"scope": "resource",
"type": "string",
"description": "Set level of semantic tokens. Partial only includes information that requires semantic analysis.",
"description": "Set level of semantic tokens. `partial` only includes information that requires semantic analysis; this will usually give a better result than `full` in VS Code thanks to the Zig extension's syntax file.",
"enum": [
"none",
"partial",
Expand Down

0 comments on commit ed1ad07

Please sign in to comment.