fix(pi-coding-agent): upgrade Kotlin LSP to official Kotlin/kotlin-lsp
Closes #3493
This commit is contained in:
parent
6aaa244742
commit
851bb0bebe
1 changed files with 2 additions and 2 deletions
|
|
@ -189,8 +189,8 @@
|
|||
"fileTypes": [".java"],
|
||||
"rootMarkers": ["pom.xml", "build.gradle", "build.gradle.kts", "settings.gradle", ".project"]
|
||||
},
|
||||
"kotlin-language-server": {
|
||||
"command": "kotlin-language-server",
|
||||
"kotlin-lsp": {
|
||||
"command": "kotlin-lsp",
|
||||
"args": [],
|
||||
"fileTypes": [".kt", ".kts"],
|
||||
"rootMarkers": ["build.gradle", "build.gradle.kts", "pom.xml", "settings.gradle", "settings.gradle.kts"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue