Revert "feat(plguin): integration"

This reverts commit ba6b6429a9.
This commit is contained in:
Tienson Qin
2021-05-08 19:01:15 +08:00
parent ebdba0e436
commit a14a6a5346
16 changed files with 12 additions and 119 deletions

View File

@@ -4,7 +4,6 @@
[frontend.util :as util]
[frontend.fs :as fs]
[frontend.handler.notification :as notifications]
[frontend.storage :as storage]
[camel-snake-kebab.core :as csk]
[frontend.state :as state]
[medley.core :as md]
@@ -12,9 +11,7 @@
[cljs-bean.core :as bean]
[clojure.string :as string]))
(defonce lsp-enabled?
(and (util/electron?)
(= (storage/get "developer-mode") "true")))
(defonce lsp-enabled? (util/electron?))
;; state handlers
(defn register-plugin