1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-10 21:34:06 +02:00

Add one more option to adding json plugin

This commit is contained in:
Alex Plate 2025-02-07 12:48:30 +02:00
parent 491a96825f
commit 7eda176162
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -136,7 +136,7 @@ dependencies {
// supported version or not to prevent developers from figuring out what happened with JSON.
when (ideaVersion) {
"2024.2.1" -> { /* Nothing */ }
"LATEST-EAP-SNAPSHOT", "2024.3" -> bundledPlugins("com.intellij.modules.json")
"LATEST-EAP-SNAPSHOT", "2024.3", "2024.3.2.2" -> bundledPlugins("com.intellij.modules.json")
else -> error("Unsupported version: $ideaVersion")
}