-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
debug adapter: running under zellij prints out a tmux error (but it works under tmux, and under no multiplexer?) #1699
Comments
helix/helix-term/src/application.rs Lines 505 to 509 in e1a92fd
We should make this configurable in |
I just tried out the debugging adapter and got always the error I would also prefer to use my usual multiplexer (zellij), but for now it should be atleast somewhere in the docs, that |
Reproduction steps
I'm testing head of Helix on NixOS with
codelldb
. I'm making some progress, and I think I even "have it working" when I runhelix
undertmux
.However, when I run
hx
underzellij
and start the debug process, when the DAP calls to run in terminal, it tries to execute tmux, and fails with this getting dumped into the open zellij buffer:Strangely, if I execute
hx
outside of zellij and tmux, it seems to work (the process just seems to open in the background [or maybe another buffer, I'm not sure]).My tmux config is:
The text was updated successfully, but these errors were encountered: