diff options
| author | Dax Raad <[email protected]> | 2025-06-10 16:35:02 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-10 16:35:02 -0400 |
| commit | 1cc8e9a36dedb2f85586cb5c50f6bbda0451437b (patch) | |
| tree | db150b3d6ad593c6597cba8ff2b3fa67e0175c8d | |
| parent | 43b429db933f4347e295dbeef37441940443d1cc (diff) | |
| download | opencode-1cc8e9a36dedb2f85586cb5c50f6bbda0451437b.tar.gz opencode-1cc8e9a36dedb2f85586cb5c50f6bbda0451437b.zip | |
kill
| -rw-r--r-- | packages/opencode/src/lsp/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/lsp/client.ts b/packages/opencode/src/lsp/client.ts index 6f8b2261d..d71954332 100644 --- a/packages/opencode/src/lsp/client.ts +++ b/packages/opencode/src/lsp/client.ts @@ -169,7 +169,7 @@ export namespace LSPClient { log.info("shutting down") connection.end() connection.dispose() - server.kill() + server.process.kill() }, } |
