From b87ba57819a3dfa458b34c9cec9362c7028adf6e Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Mon, 26 May 2025 14:52:38 -0400 Subject: shutdown --- js/src/lsp/client.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'js/src/lsp/client.ts') diff --git a/js/src/lsp/client.ts b/js/src/lsp/client.ts index f07b21c7f..0c9f9d06c 100644 --- a/js/src/lsp/client.ts +++ b/js/src/lsp/client.ts @@ -178,6 +178,11 @@ export namespace LSPClient { }), ]); }, + async shutdown() { + log.info("shutting down"); + connection.end(); + connection.dispose(); + }, }; return result; -- cgit v1.2.3