Add rust-analyzer.gotoLocation command

This commit is contained in:
vsrs 2020-06-10 23:01:19 +03:00
parent d4e75312ba
commit 7e986d1504
6 changed files with 25 additions and 8 deletions

View file

@ -100,6 +100,7 @@ export async function activate(context: vscode.ExtensionContext) {
ctx.registerCommand('applySnippetWorkspaceEdit', commands.applySnippetWorkspaceEditCommand);
ctx.registerCommand('resolveCodeAction', commands.resolveCodeAction);
ctx.registerCommand('applyActionGroup', commands.applyActionGroup);
ctx.registerCommand('gotoLocation', commands.gotoLocation);
ctx.pushCleanup(activateTaskProvider(workspaceFolder));