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
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
20
# 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
22
22
23
23
24
24
# 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
5
5
import com.redhat.devtools.lsp4ij.client.IndexAwareLanguageClient
6
6
import dev.robotcode.robotcode4ij.configuration.RobotCodeProjectConfiguration
7
7
8
- class RobotCodeLanguageClient (project : Project ? ) : IndexAwareLanguageClient(project) {
8
+ class RobotCodeLanguageClient (project : Project ) : IndexAwareLanguageClient(project) {
9
9
10
10
override fun handleServerStatusChanged (serverStatus : ServerStatus ) {
11
11
if (serverStatus == ServerStatus .started) {
You can’t perform that action at this time.
0 commit comments