We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed5b1e commit d8f89c4Copy full SHA for d8f89c4
buildSrc/src/main/kotlin/software/aws/toolkits/gradle/intellij/IdeVersions.kt
@@ -154,7 +154,8 @@ object IdeVersions {
154
),
155
marketplacePlugins = listOf(
156
"PythonCore:252.23309.22",
157
- "Docker:252.23309.49"
+ "Docker:252.23309.49",
158
+ "com.intellij.modules.json:252.23309.22"
159
)
160
161
ultimate = ProductProfile(
@@ -168,6 +169,7 @@ object IdeVersions {
168
169
170
"Pythonid:252.23309.22",
171
"org.jetbrains.plugins.go:252.23309.22",
172
173
174
175
rider = RiderProfile(
0 commit comments