Skip to content

Commit be6273b

Browse files
authored
Merge pull request #19 from reinseth/fix-vs-code-flag
Fix handling of --vs-code flag
2 parents dcab59e + 872c033 commit be6273b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
## Fixed
66

7+
- Fix a regression in the handling of the `--vs-code` flag
8+
79
## Changed
810

911
# 0.48.215-alpha (2026-03-04 / 2094974)

src/lambdaisland/launchpad.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
:cider-connect (:emacs ctx)}
288288
(dissoc ctx :emacs))
289289
(some? (:vs-code ctx))
290-
(merge {:cider-nrepl (:emacs ctx)}
290+
(merge {:cider-nrepl (:vs-code ctx)}
291291
(dissoc ctx :vs-code))
292292
:else
293293
ctx))

0 commit comments

Comments
 (0)