You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix#2822] If current buffer is a TRAMP buffer, use its filename for SSH tunnel (#3264)
If current buffer is a TRAMP buffer, use its filename for SSH tunnel. This way, username and SSH port will be parsed from existing SSH connection, instead of using current username and default SSH port.
Also fixes#3261.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
- Bump the injected nREPL version to 1.0.
15
15
-[#3291](https://github.com/clojure-emacs/cider/pull/3291): **Remove** the `'cljs-pending``repl-type`. It is replaced by `cider-repl-cljs-upgrade-pending`.
16
+
-[#3261](https://github.com/clojure-emacs/cider/issues/3261): If user is connecting to nREPL from a TRAMP buffer, use its connection parameters (port, username) for establishing SSH tunnel.
0 commit comments