Skip to content

Commit

Permalink
update docs of zig.buildOnSave to warn against usage with ZLS's bui…
Browse files Browse the repository at this point in the history
…ld on save

See discussion in #261
  • Loading branch information
Techatrix authored and Vexu committed Jan 22, 2025
1 parent b07af68 commit 3cc66bb
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 @@ -79,7 +79,7 @@
"zig.buildOnSave": {
"type": "boolean",
"default": false,
"description": "Compiles code on file save using the settings specified in 'Build Option'."
"description": "Compiles code on file save using the settings specified in 'Build Option'. Should not be used with ZLS's build on save feature."
},
"zig.buildOption": {
"type": "string",
Expand Down

0 comments on commit 3cc66bb

Please sign in to comment.