We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 995d1e2 + 6197abf commit 794f3bdCopy full SHA for 794f3bd
psc-ide-protocol.el
@@ -5,7 +5,7 @@
5
;; Protocol commands.
6
7
;; TODO localise
8
-(setq psc-ide-command-cwd (json-encode (list :command "cwd")))
+(defvar psc-ide-command-cwd (json-encode (list :command "cwd")))
9
10
(defun psc-ide-command-load (modules deps)
11
(json-encode
0 commit comments