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 dba7b78 commit ef7509eCopy full SHA for ef7509e
build.gradle.kts
@@ -36,7 +36,7 @@ dependencies {
36
// https://plugins.jetbrains.com/plugin/6884-handlebars-mustache/versions/stable
37
intellijPlatform {
38
plugins(listOf("com.dmarcotte.handlebars:243.21565.122"))
39
- bundledPlugins(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml"))
+ bundledPlugins(listOf("JavaScript", "com.intellij.css", "org.jetbrains.plugins.yaml", "com.intellij.modules.json"))
40
pluginVerifier()
41
zipSigner()
42
instrumentationTools()
0 commit comments