We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcab59e + 872c033 commit be6273bCopy full SHA for be6273b
2 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
## Fixed
6
7
+- Fix a regression in the handling of the `--vs-code` flag
8
+
9
## Changed
10
11
# 0.48.215-alpha (2026-03-04 / 2094974)
src/lambdaisland/launchpad.clj
@@ -287,7 +287,7 @@
287
:cider-connect (:emacs ctx)}
288
(dissoc ctx :emacs))
289
(some? (:vs-code ctx))
290
- (merge {:cider-nrepl (:emacs ctx)}
+ (merge {:cider-nrepl (:vs-code ctx)}
291
(dissoc ctx :vs-code))
292
:else
293
ctx))
0 commit comments