Skip to content

Commit 5031a36

Browse files
committed
chore(intellij): update to lsp4ij 0.14.2
1 parent 6c64d36 commit 5031a36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

intellij-client/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

intellij-client/src/main/kotlin/dev/robotcode/robotcode4ij/lsp/RobotCodeLanguageClient.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.redhat.devtools.lsp4ij.ServerStatus
55
import com.redhat.devtools.lsp4ij.client.IndexAwareLanguageClient
66
import 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) {

0 commit comments

Comments
 (0)