Fix shutdown handling, error management, and process lifecycle issues

🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
Dax Raad
2025-06-10 18:58:47 -04:00
parent ca3c22dc12
commit 28f5cbbfe9
7 changed files with 89 additions and 66 deletions

View File

@@ -169,7 +169,7 @@ export namespace LSPClient {
log.info("shutting down")
connection.end()
connection.dispose()
server.process.kill()
server.process.kill("SIGKILL")
},
}