You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/zls/guides/build-on-save.smd
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ZLS can be configured to run your build script on save. If that results in build
11
11
12
12
## Configuration
13
13
14
-
By default, ZLS will automatically enable Build-On-Save if your build script defines a "check" step. Otherwise you will need set the `enable_build_on_save` config option.
14
+
By default, ZLS will automatically enable Build-On-Save if your build script defines a "check" step. Otherwise you will need to set the `enable_build_on_save` config option.
15
15
You can use `build_on_save_args` to configure which command-line arguments should be passed to your build script.
0 commit comments