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
My vimrc has let g:hdevtools_options = '--nostack'.
Yet still, I see huge blocking delays on startup, on :HdevtoolsInfo and also on exit.
During the hangs, I look at the process tree, and see hdevtools admin --status and hdevtools admin --stop-server running stack commands, which causes the long stack updates or whatever.
It'd be nice to have --nostack respected. Or at least have an indication of what's blocking my UI (as in #26).
This is all on Neovim, but I guess it doesn't matter much.
The text was updated successfully, but these errors were encountered:
My vimrc has
let g:hdevtools_options = '--nostack'
.Yet still, I see huge blocking delays on startup, on
:HdevtoolsInfo
and also on exit.During the hangs, I look at the process tree, and see
hdevtools admin --status
andhdevtools admin --stop-server
runningstack
commands, which causes the longstack
updates or whatever.It'd be nice to have
--nostack
respected. Or at least have an indication of what's blocking my UI (as in #26).This is all on Neovim, but I guess it doesn't matter much.
The text was updated successfully, but these errors were encountered: