File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/dev/robotcode/robotcode4ij/lsp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ platformVersion = 2025.1
1818# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
1919# Example: platformPlugins = com.jetbrains.php:203.4449.22, org.intellij.scala:2023.3.27@EAP
2020# platformPlugins = com.redhat.devtools.lsp4ij:0.13.0-20250502-121924@nightly
21- platformPlugins = com.redhat.devtools.lsp4ij:0.13.0
21+ platformPlugins = com.redhat.devtools.lsp4ij:0.14.2
2222
2323
2424# Example: platformBundledPlugins = com.intellij.java
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import com.redhat.devtools.lsp4ij.ServerStatus
55import com.redhat.devtools.lsp4ij.client.IndexAwareLanguageClient
66import dev.robotcode.robotcode4ij.configuration.RobotCodeProjectConfiguration
77
8- class RobotCodeLanguageClient (project : Project ? ) : IndexAwareLanguageClient(project) {
8+ class RobotCodeLanguageClient (project : Project ) : IndexAwareLanguageClient(project) {
99
1010 override fun handleServerStatusChanged (serverStatus : ServerStatus ) {
1111 if (serverStatus == ServerStatus .started) {
You can’t perform that action at this time.
0 commit comments