optimistically boot lsp servers

This commit is contained in:
Dax Raad
2025-06-30 16:45:13 -04:00
parent c573270e66
commit 9ad1687f04
4 changed files with 85 additions and 9 deletions

View File

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