Skip to content

Commit

Permalink
Remove leftover comment from command registration (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
snowsignal authored Jun 15, 2024
1 parent c522868 commit 0cdbf02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
});
}),
registerCommand(`${serverId}.executeFormat`, async () => {
// let configuration = getConfiguration(serverId) as ISettings;

if (!lsClient) {
return;
}
Expand Down

0 comments on commit 0cdbf02

Please sign in to comment.