Skip to content

Commit 844e32c

Browse files
committed
Require restart for plugin reload
1 parent 71cc8be commit 844e32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* LICENSE file in the root directory of this source tree.
88
*/
99
-->
10-
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude">
10+
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude" require-restart="true">
1111
<id>com.intellij.lang.jsgraphql</id>
1212
<name>GraphQL</name>
1313
<vendor>Jim Kynde Meyer - [email protected]</vendor>

0 commit comments

Comments
 (0)