Skip to content

Commit 75a4cae

Browse files
authored
define plugin imcompatibility with thin client (#4083)
1 parent 827882b commit 75a4cae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jetbrains-core/resources/META-INF/plugin-intellij.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
<idea-plugin>
55
<depends>com.intellij.modules.lang</depends>
66
<depends>org.jetbrains.plugins.yaml</depends>
7+
8+
<incompatible-with>com.intellij.cwm.guest</incompatible-with>
9+
<incompatible-with>com.intellij.jetbrains.client</incompatible-with>
10+
<incompatible-with>com.intellij.gateway</incompatible-with>
711
</idea-plugin>

0 commit comments

Comments
 (0)