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
This sounds like a js-debug-adapter issue. nvim-dap sends a terminate for all active sessions started with launch, when vim exits and other debug adapters also quit cleanly.
Debug adapter definition and debug configuration
Debug adapter version
js-debug-adapter 1.94.0
Steps to Reproduce
1.Create file test.js with this simple code
:qa
.Expected Result
All related not processes should be killed.
Actual Result
node /path/js-debug-adapter.js
process exists.The text was updated successfully, but these errors were encountered: