optimistically boot lsp servers

This commit is contained in:
Dax Raad
2025-06-30 16:45:13 -04:00
parent f8b5c4e698
commit 605545a7a3
4 changed files with 85 additions and 9 deletions
+1 -1
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")
},
}