Skip to content

Commit

Permalink
document build on save in the VS Code configuration docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed Dec 19, 2024
1 parent 75c6292 commit acb9e9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/zls/editors/vscode.smd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ With that being said, there are some Zig specific settings that you may wish to
"zig.zls.enabled": "on",
// You can more more Zig and ZLS options here

// Whether to enable build-on-save diagnostics
//
// Further information about build-on save:
// https://zigtools.org/zls/guides/build-on-save/
// "zig.zls.enableBuildOnSave": true,

// All nested settings will only affect Zig files.
"[zig]": {
// Formatting with ZLS matches `zig fmt`.
Expand Down

0 comments on commit acb9e9d

Please sign in to comment.