We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6926bd commit 2d1732aCopy full SHA for 2d1732a
clients/lsp-clojure.el
@@ -217,7 +217,7 @@ If there are more arguments expected after the line and column numbers."
217
:new-connection (lsp-stdio-connection
218
(lambda ()
219
(or lsp-clojure-custom-server-command
220
- `("bash" "-c" ,(lsp-clojure--server-executable-path))))
+ `(,(lsp-clojure--server-executable-path))))
221
222
223
(lsp-clojure--server-executable-path))))
0 commit comments