Skip to content

Commit

Permalink
refactor: Use LSP4IJ IJ plugin
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Dec 4, 2023
1 parent 7caf20a commit d9c0848
Show file tree
Hide file tree
Showing 186 changed files with 96 additions and 13,897 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {
isTransitive = false
}
implementation("org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:$lsp4mpVersion")
implementation("org.eclipse.lsp4j:org.eclipse.lsp4j:0.15.0")
implementation("org.eclipse.lsp4j:org.eclipse.lsp4j:0.21.1")
// Required by lsp4j as the version from IJ is incompatible
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.vladsch.flexmark:flexmark:0.62.2")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ platformType=IC
platformVersion=2022.2.3
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.intellij.telemetry:1.0.0.44
platformPlugins=com.intellij.java, maven, gradle-java, properties, yaml, com.redhat.devtools.lsp4ij, com.redhat.devtools.intellij.telemetry:1.0.0.44
# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion=8.4
channel=nightly
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit d9c0848

Please sign in to comment.