From 0cdbf023029be7ba0aa1f51d640bc89abd94ec88 Mon Sep 17 00:00:00 2001 From: Jane Lewis Date: Fri, 14 Jun 2024 19:14:07 -0700 Subject: [PATCH] Remove leftover comment from command registration (#497) --- src/extension.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/extension.ts b/src/extension.ts index e8bcdc2..71ba949 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -191,8 +191,6 @@ export async function activate(context: vscode.ExtensionContext): Promise }); }), registerCommand(`${serverId}.executeFormat`, async () => { - // let configuration = getConfiguration(serverId) as ISettings; - if (!lsClient) { return; }