clojure-lsp / clojure-lsp-intellij

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
https://clojure-lsp.io
MIT License
76 stars 5 forks source link

Wrong `language` attribute in <intentionAction> registration #18

Closed YannCebron closed 10 months ago

YannCebron commented 10 months ago

It must be a sub-tag:

<intentionAction>
<language>clojure</language>
...
</intentionAction>
ericdallo commented 10 months ago

thank you, will fix it!