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 1e397ee commit f280259Copy full SHA for f280259
src/main/clojure/com/github/clojure_lsp/intellij/db.clj
@@ -8,9 +8,7 @@
8
(def ^:private empty-project
9
{:status :disconnected
10
:downloaded-server-path nil
11
- :server-process nil
12
:project nil
13
- :diagnostics {}
14
:on-status-changed-fns []})
15
16
(defonce db* (atom {:projects {}}))
0 commit comments