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:
parent
491a96825f
commit
7eda176162
@ -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")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user