We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
settings
initializationOptions
1 parent c5f7069 commit 94d6c94Copy full SHA for 94d6c94
content/zls/editors/kate.smd
@@ -25,11 +25,11 @@ To apply [in-editor-configuration](/zls/configure/in-editor) or manually specify
25
"highlightingModeRegex": "^Zig$",
26
// There are two ways to set config options:
27
// - edit your `zls.json` that applies to any editor that uses ZLS
28
- // - set in-editor config options with the `initializationOptions` field below.
+ // - set in-editor config options with the `settings` field below.
29
//
30
// Further information on how to configure ZLS:
31
// https://zigtools.org/zls/configure/
32
- "initializationOptions": {
+ "settings": {
33
// Whether to enable build-on-save diagnostics
34
35
// Further information about build-on save:
0 commit comments