Run1e
Run1e
The fuzzy function works okay, however it probably isn't too fast or reliable in all circumstances. You'll have to try it out and see how it works. And yeah, storing...
Folders can be added to the list by dragging and dropping like normal. I just re-implemented the support of folder icons aswell. If you mean adding all the files inside...
Hi. Try opening the Settings and disabling the "Verify Items" option.
Welp, that's weird but this has however occured for me aswell. It can RARELY happen if the program has been running for a long time. Since it happens to rarely...
Oh! I see. I updated Columbus with the fix, please let me know if it worked :)
Slightly more in-depth explanation of the terminal buffer pooling issue can be found in this comment on the PR: https://github.com/igorlfs/nvim-dap-view/pull/51#issuecomment-2849213196
> I think this session event should go in dap.listeners.on_session_changed (see :h dap-listeners-ext) Thanks! Not entirely sure how I missed that there were client events I could just add this...
> > It's not possible to know when the dap session changes > > Is this abstraction really necessary? We can create the listeners for the corresponding events. > >...
> Please check if the behavior is sufficient to cover the use-case. Works just fine with my experimental implementation, so I'd imagine it would work for @igorlfs's planned implementation too.