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
Improve the cider-selector handling of some edge cases (#2711)
This commit adjusts cider-selector handling with the following benefits:
- If the selector is run outside of an active sesman-session, it will
still find the REPL when the REPL selector is chosen (it will fallback to the most recently visited REPL).
- If the selector is run while a window is visible, it will switch to
that window (focus) as opposed to giving a "No such buffer" message.
0 commit comments