We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02af432 commit 1806108Copy full SHA for 1806108
1 file changed
extensions/ql-vscode/src/packages/commands/CommandManager.ts
@@ -23,8 +23,6 @@ export class CommandManager<
23
CommandName extends keyof Commands & string = keyof Commands & string,
24
> implements Disposable
25
{
26
- // TODO: should this be a map?
27
- // TODO: handle multiple command names
28
private commands: Disposable[] = [];
29
30
constructor(
0 commit comments