-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat!: allow disabling the terminal adapters for selected adapters #10
Conversation
4f4f6c0
to
73e2ecf
Compare
da3f015
to
a900292
Compare
Did you see the discussion I posted about configuring this in the dap adapter config? |
…t have exceptionBreakpointFilters Updated the view to explain why there are no exception breakpoints listed Currently two reasons: * The dap adapter doesn't support them * There is no active debug session Using or between views.cleanup_view() statements Only show the dap message in Exceptions-view, use dap.session() instead of state Removed the state annotation for current_session
…examples ref(terminal): set buftype to nofile doc: removes terminal close autocommand
db5b39c
to
e3841b5
Compare
Would this change facilitate keeping the terminal hidden when launching the dap (maybe for debugging a test method via neotest and reducing visual jank), but the full dap-view UI (terminal and repl/watches etc.) to appear with a keymap? |
The goal is to have the terminal always hidden, since it's useless for some adapters. But we could have a |
c4b683a
to
6ce6213
Compare
This technically breaks how windows are spawned, so I guess it could affect some users