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: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,6 @@ Then, you can use the `zls` executable in an editor of your choice that has a Zi
45
45
46
46
You can configure zls by providing a zls.json file.
47
47
zls will look for a zls.json configuration file in multiple locations with the following priority:
48
-
- In the folders open in your workspace (this applies for files in those folders)
49
48
- In the local configuration folder of your OS (as provided by [known-folders](https://github.com/ziglibs/known-folders#folder-list))
50
49
- In the same directory as the executable
51
50
@@ -58,7 +57,7 @@ The following options are currently available.
58
57
|`zig_exe_path`|`?[]const u8`|`null`| zig executable path, e.g. `/path/to/zig/zig`, used to run the custom build runner. If `null`, zig is looked up in `PATH`. Will be used to infer the zig standard library path if none is provided. |
59
58
|`warn_style`|`bool`|`false`| Enables warnings for style *guideline* mismatches |
60
59
|`build_runner_path`|`?[]const u8`|`null`| Path to the build_runner.zig file provided by zls. This option must be present in one of the global configuration files to have any effect. `null` is equivalent to `${executable_directory}/build_runner.zig`|
61
-
|`enable_semantic_tokens`|`bool`|`false`| Enables semantic token support when the client also supports it. |
60
+
|`enable_semantic_tokens`|`bool`|`true`| Enables semantic token support when the client also supports it. |
62
61
|`operator_completions`|`bool`|`true`| Enables `*` and `?` operators in completion lists. |
0 commit comments