From 509240838b654420910fb6afb1782178189b3a1e Mon Sep 17 00:00:00 2001 From: frelodev Date: Tue, 1 Oct 2024 18:56:08 +0200 Subject: [PATCH] Woops --- src/commands/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/client.ts b/src/commands/client.ts index dc0efe0..2315e3a 100644 --- a/src/commands/client.ts +++ b/src/commands/client.ts @@ -107,7 +107,6 @@ export async function join(selected: vscode.TreeItem | undefined) { }); once = true; } - await controller.send(cursor); }); // TODO waiting for https://github.com/hexedtech/codemp/pull/19 to reach npm