Skip to content

Commit fb129cf

Browse files
committed
fs/rm-exit doesn't appear to work as intended in a vscode extension
1 parent 3f70820 commit fb129cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/portal/extensions/vs_code.cljs

+1-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@
198198
config (fs/join folder "vs-code.edn")]
199199
(set-status workspace)
200200
(fs/mkdir folder)
201-
(fs/spit config (pr-str (select-keys info [:host :port])))
202-
(fs/rm-exit config))
201+
(fs/spit config (pr-str (select-keys info [:host :port]))))
203202
(setup-notebook-handler)
204203
(add-tap #'p/submit))
205204
(doseq [[command f] (get-commands)]

0 commit comments

Comments
 (0)