We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4955afb commit 2d94015Copy full SHA for 2d94015
1 file changed
lsp_types/process.py
@@ -136,6 +136,7 @@ async def stop(self) -> None:
136
logger.warning("Server exited with return code: %d", return_code)
137
except asyncio.TimeoutError:
138
try:
139
+ logger.warning("Killing process")
140
self._process.kill()
141
except ProcessLookupError:
142
pass
0 commit comments