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 1eb5149 commit fb7cd94Copy full SHA for fb7cd94
src/main/clojure/com/github/clojure_lsp/intellij/extension/language_server_factory.clj
@@ -46,8 +46,8 @@
46
(server/install-server
47
project
48
(fn [{:keys [status path]}]
49
- (swap! server assoc :status status :path path)))
50
- (server/start! project))
+ (swap! server assoc :status status :path path)
+ (server/start! project))))
51
52
(defn -createClientFeatures [_]
53
(proxy+ [] LSPClientFeatures
0 commit comments