You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/intellij/contextive/README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,12 @@ At time of writing, it includes:
35
35
36
36
## IntelliJ Platform Compatibility
37
37
38
-
Contextive relies on the [IntelliJ Platform Language Server Protocol APIs](https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html) which were marked as experimental until IntelliJ platform 2025.1. It's recommended to use 2025.1 or later.
38
+
Contextive relies on the [IntelliJ Platform Language Server Protocol APIs](https://plugins.jetbrains.com/docs/intellij/language-server-protocol.html) which were marked as experimental until IntelliJ Platform 2025.1.
39
+
40
+
Due to binary incompatibilities from v1.17.6, Contextive is marked as only compatible with 2025.1 onwards:
41
+
42
+
* For IntelliJ Platform 2025.* or later, use Contextive's [latest release](https://plugins.jetbrains.com/plugin/23928-contextive) (**Recommended**)
43
+
* For IntelliJ Platform 2024.* or earlier, use Contextive [v1.17.2](https://plugins.jetbrains.com/plugin/23928-contextive/versions/stable/800789)
0 commit comments