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
17
17
18
18
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
19
19
# 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
21
21
# Example: platformBundledPlugins = com.intellij.java
22
22
platformBundledPlugins = PythonCore, org.jetbrains.plugins.textmate
23
23
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import dev.robotcode.robotcode4ij.configuration.RobotCodeProjectConfiguration
7
7
8
8
class RobotCodeLanguageClient (project : Project ? ) : IndexAwareLanguageClient(project) {
9
9
10
- override fun handleServerStatusChanged (serverStatus : ServerStatus ? ) {
10
+ override fun handleServerStatusChanged (serverStatus : ServerStatus ) {
11
11
if (serverStatus == ServerStatus .started) {
12
12
triggerChangeConfiguration()
13
13
}
You can’t perform that action at this time.
0 commit comments