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 @@ -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
2222platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
2323
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import dev.robotcode.robotcode4ij.configuration.RobotCodeProjectConfiguration
77
88class 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 }
You can’t perform that action at this time.
0 commit comments