Replies: 2 comments 7 replies
-
This was happening because of a bug in the autoscroll logic. Can you pull the latest changes from #108 and check again?
I'll check if allowing that when a session is running does not introduce any funny behavior... From my initial testing, everything looks fine. Let me know if I missed anything. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately still not having luck with the autoscroll on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Not being able to use
"console"
as thedefault_section
leads to this unfortunate workflow each time your start a session:nvim-dap-view
C
to open the consoleG
to make the console window follow the outputAnd since the terminal buffer disappears when the session ends, which also closes
nvim-dap-view
, the aforementioned steps need to be repeated each time your restart.Improvements would make usage a lot more ergonimic:
"console"
as the default sectionBeta Was this translation helpful? Give feedback.
All reactions