File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ To set config options that are offered by older ZLS version (e.g. `enable_autofi
77
77
// settings.json (open with `Preferences: Open User Settings (JSON)`)
78
78
{
79
79
"zig.zls.additionalOptions": {
80
- // Here are some examples of config options that have been removed:
80
+ // UNKNOWN CONFIG OPTIONS WILL BE SILENTLY IGNORED
81
+
82
+ // Here are some examples of config options that have been REMOVED:
81
83
"zig.zls.enableAutofix": true, // Will set the "enable_autofix" config option
82
84
"zig.zls.buildOnSaveStep": "foo", // Will set the "build_on_save_step" config option
83
85
@@ -86,4 +88,4 @@ To set config options that are offered by older ZLS version (e.g. `enable_autofi
86
88
}
87
89
```
88
90
89
- You can check the [ZLS logs](zls/guides/view-logs) to see if the additional options have been set. Unknown config options will be silently ignored.
91
+ You can check the [ZLS logs](zls/guides/view-logs) to see if the additional options have been set.
You can’t perform that action at this time.
0 commit comments