Skip to content

Commit a1689f4

Browse files
probably-nebintellij-monorepo-bot
authored andcommitted
Update Zed example
GitOrigin-RevId: 697318ffca1f9a1335171be8210dc940747ab15a
1 parent bde1750 commit a1689f4

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

scripts/zed-settings.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
11
{
2-
// Note: you'll need to install "Kotlin" extension via Zed extensions: https://github.com/zed-extensions/kotlin/blob/main/src/kotlin.rs
3-
// This configuration basically overrides its executable
2+
// Note: you'll need to install "Kotlin" extension via Zed extensions: https://github.com/zed-extensions/kotlin
3+
// See the README.md file for more information on how to configure kotlin-lsp in Zed
44
// Also note: diagnostics do not work because they are pull-based in our implementation, but the editor expects them to be push-based
55
// Things like navigation, completion, find references and code actions like organize imports do.
66
"languages": {
77
"Kotlin": {
88
"language_servers": [
9-
"kotlin-language-server"
9+
"kotlin-lsp"
1010
]
1111
}
12-
},
13-
"lsp": {
14-
"kotlin-language-server": {
15-
"binary": {
16-
// NB!!: change this executable path to yours
17-
"path": "/Users/qwwdfsad/Downloads/kotlin-lsp/kotlin-0.252.16764/kotlin-lsp.sh",
18-
"arguments": [
19-
"--stdio"
20-
]
21-
}
22-
}
2312
}
24-
}
13+
}

0 commit comments

Comments
 (0)