fix: Unregister the removed command

This commit is contained in:
Alexander Gonzalez 2021-07-25 17:54:06 -04:00
parent 9f21891950
commit 2b5798e927

View file

@ -118,7 +118,6 @@ async function initCommonContext(context: vscode.ExtensionContext, ctx: Ctx) {
ctx.registerCommand('reloadWorkspace', commands.reloadWorkspace);
ctx.registerCommand('matchingBrace', commands.matchingBrace);
ctx.registerCommand('joinLines', commands.joinLines);
ctx.registerCommand('hoverRange', commands.hoverRange);
ctx.registerCommand('parentModule', commands.parentModule);
ctx.registerCommand('syntaxTree', commands.syntaxTree);
ctx.registerCommand('viewHir', commands.viewHir);