Skip to content

Commit 2b5798e

Browse files
committed
fix: Unregister the removed command
1 parent 9f21891 commit 2b5798e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ async function initCommonContext(context: vscode.ExtensionContext, ctx: Ctx) {
118118
ctx.registerCommand('reloadWorkspace', commands.reloadWorkspace);
119119
ctx.registerCommand('matchingBrace', commands.matchingBrace);
120120
ctx.registerCommand('joinLines', commands.joinLines);
121-
ctx.registerCommand('hoverRange', commands.hoverRange);
122121
ctx.registerCommand('parentModule', commands.parentModule);
123122
ctx.registerCommand('syntaxTree', commands.syntaxTree);
124123
ctx.registerCommand('viewHir', commands.viewHir);

0 commit comments

Comments
 (0)