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