Skip to content

Commit d8f89c4

Browse files
committed
add json module
1 parent eed5b1e commit d8f89c4

File tree

1 file changed

+3
-1
lines changed
  • buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij

1 file changed

+3
-1
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ object IdeVersions {
154154
),
155155
marketplacePlugins = listOf(
156156
"PythonCore:252.23309.22",
157-
"Docker:252.23309.49"
157+
"Docker:252.23309.49",
158+
"com.intellij.modules.json:252.23309.22"
158159
)
159160
),
160161
ultimate = ProductProfile(
@@ -168,6 +169,7 @@ object IdeVersions {
168169
marketplacePlugins = listOf(
169170
"Pythonid:252.23309.22",
170171
"org.jetbrains.plugins.go:252.23309.22",
172+
"com.intellij.modules.json:252.23309.22"
171173
)
172174
),
173175
rider = RiderProfile(

0 commit comments

Comments
 (0)