Skip to content

Commit a1e49a7

Browse files
committed
Update lsp4ij
1 parent 08a8206 commit a1e49a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Fix brace matcher to insert closing brace for some missing cases.
66
- Add imcompatible tag with Cursive and Clojure-Kit plugins.
7+
- Integrate with lsp4ij, a LSP client plugin, removing lots of logics to this plugin and fixing multiple bugs and issues.
8+
- Drop support for older intellijs, supporting 2023.3 onwards.
79

810
## 2.6.4
911

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ platformVersion = 2023.3
1919

2020
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
2121
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
22-
platformPlugins = com.intellij.java, com.redhat.devtools.lsp4ij:0.10.0-20250128-001632@nightly
22+
platformPlugins = com.intellij.java, com.redhat.devtools.lsp4ij:0.10.0-20250204-093530@nightly
2323

2424
# Gradle Releases -> https://github.com/gradle/gradle/releases
2525
gradleVersion = 8.5

0 commit comments

Comments
 (0)