Skip to content

Commit 145dd36

Browse files
committed
show the new config option for build on save in VS Code
1 parent f6ae4ac commit 145dd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zls/editors/vscode.smd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ With that being said, there are some Zig specific settings that you may wish to
2828
//
2929
// Further information about build-on save:
3030
// https://zigtools.org/zls/guides/build-on-save/
31-
// "zig.zls.enableBuildOnSave": true,
31+
// "zig.buildOnSaveProvider": "zls",
3232

3333
// All nested settings will only affect Zig files.
3434
"[zig]": {

0 commit comments

Comments
 (0)