Skip to content

Commit 114426e

Browse files
committed
chore(intellij): update lsp4ij to 0.10.0
1 parent 6da369a commit 114426e

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
@@ -17,7 +17,7 @@ platformVersion = 2024.3.1
1717

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
20-
platformPlugins = com.redhat.devtools.lsp4ij:0.9.0
20+
platformPlugins = com.redhat.devtools.lsp4ij:0.10.0
2121
# Example: platformBundledPlugins = com.intellij.java
2222
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
2323

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
@@ -7,7 +7,7 @@ import dev.robotcode.robotcode4ij.configuration.RobotCodeProjectConfiguration
77

88
class RobotCodeLanguageClient(project: Project?) : IndexAwareLanguageClient(project) {
99

10-
override fun handleServerStatusChanged(serverStatus: ServerStatus?) {
10+
override fun handleServerStatusChanged(serverStatus: ServerStatus) {
1111
if (serverStatus == ServerStatus.started) {
1212
triggerChangeConfiguration()
1313
}

0 commit comments

Comments
 (0)