mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
CodeAction groups
This commit is contained in:
parent
5ef4ebff20
commit
2075e77ee5
11 changed files with 109 additions and 83 deletions
|
@ -92,7 +92,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
ctx.registerCommand('showReferences', commands.showReferences);
|
||||
ctx.registerCommand('applySourceChange', commands.applySourceChange);
|
||||
ctx.registerCommand('applySnippetWorkspaceEdit', commands.applySnippetWorkspaceEditCommand);
|
||||
ctx.registerCommand('selectAndApplySourceChange', commands.selectAndApplySourceChange);
|
||||
ctx.registerCommand('applyActionGroup', commands.applyActionGroup);
|
||||
|
||||
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue