diff options
| author | Dax Raad <[email protected]> | 2025-05-21 10:30:39 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-05-26 12:40:17 -0400 |
| commit | e01afb407c4b3eb50e85e7356b0be9489fb26eba (patch) | |
| tree | d2aef91ec1894376c4d5a99ea2d11f6ad32b68de /js/src/lsp | |
| parent | f0f55bc75ff2bbc6690ae61c771a46de7c2bb17d (diff) | |
| download | opencode-e01afb407c4b3eb50e85e7356b0be9489fb26eba.tar.gz opencode-e01afb407c4b3eb50e85e7356b0be9489fb26eba.zip | |
add tool tests
Diffstat (limited to 'js/src/lsp')
| -rw-r--r-- | js/src/lsp/client.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/src/lsp/client.ts b/js/src/lsp/client.ts index f5b0f6bee..f07b21c7f 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -2,7 +2,6 @@ import { spawn } from "child_process"; import path from "path"; import { createMessageConnection, - Disposable, StreamMessageReader, StreamMessageWriter, } from "vscode-jsonrpc/node"; |
