We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a9e9f commit af82d97Copy full SHA for af82d97
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## [Unreleased]
4
5
- Fix brace matcher to insert closing brace for some missing cases.
6
+- Add imcompatible tag with Cursive and Clojure-Kit plugins.
7
8
## 2.6.4
9
src/main/resources/META-INF/plugin.xml
@@ -5,6 +5,9 @@
<depends>com.intellij.modules.platform</depends>
+ <incompatible-with>org.jetbrains.idea.clojure</incompatible-with>
+ <incompatible-with>com.cursiveclojure.cursive</incompatible-with>
10
+
11
<extensions defaultExtensionNs="com.intellij">
12
<fileType name="clojure" language="clojure" extensions="clj;cljs;cljc;cljd;edn;bb;clj_kondo"
13
implementationClass="com.github.clojure_lsp.intellij.ClojureFileType" fieldName="INSTANCE"/>
0 commit comments