We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f75e1 commit b3c7ec9Copy full SHA for b3c7ec9
build.gradle
@@ -14,6 +14,7 @@ intellij {
14
plugins = [
15
"JavaScriptLanguage"
16
]
17
+ updateSinceUntilBuild = false
18
}
19
20
patchPluginXml {
src/main/resources/META-INF/plugin.xml
@@ -2,6 +2,7 @@
2
<id>jones.restarteslintaction.restart-eslint-action</id>
3
<name>ESLint Restart Service Action</name>
4
<vendor>Gareth Jones</vendor>
5
+ <idea-version since-build="193"/>
6
7
<depends>com.intellij.modules.platform</depends>
8
<depends>JavaScript</depends>
0 commit comments