From e01afb407c4b3eb50e85e7356b0be9489fb26eba Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Wed, 21 May 2025 10:30:39 -0400 Subject: add tool tests --- js/src/lsp/client.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'js/src/lsp') 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"; -- cgit v1.2.3