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
Check dmypy status and kill hung daemons before run
The dmypy daemon process can end up in a hung state for many reasons,
and may persist in a hung state across lsp sessions.
`dmypy run` will block indefinitely the daemon process is unresponsive,
blocking the lsp server and preventing diagnostics.
Add `dmypy status` check before `dmypy run` and kill the daemon if
status is non-zero before diagnostic request. The subsequent run will
then bring up a fresh daemon.
0 commit comments