Skip to content

Commit 94d6c94

Browse files
committed
recommend to use settings instead of initializationOptions with Kate
1 parent c5f7069 commit 94d6c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zls/editors/kate.smd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To apply [in-editor-configuration](/zls/configure/in-editor) or manually specify
2525
"highlightingModeRegex": "^Zig$",
2626
// There are two ways to set config options:
2727
// - edit your `zls.json` that applies to any editor that uses ZLS
28-
// - set in-editor config options with the `initializationOptions` field below.
28+
// - set in-editor config options with the `settings` field below.
2929
//
3030
// Further information on how to configure ZLS:
3131
// https://zigtools.org/zls/configure/
32-
"initializationOptions": {
32+
"settings": {
3333
// Whether to enable build-on-save diagnostics
3434
//
3535
// Further information about build-on save:

0 commit comments

Comments
 (0)