mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Preliminary implementation of lazy CodeAssits
This commit is contained in:
parent
61e8f39219
commit
57cd936c52
13 changed files with 218 additions and 88 deletions
|
@ -98,6 +98,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
ctx.registerCommand('debugSingle', commands.debugSingle);
|
||||
ctx.registerCommand('showReferences', commands.showReferences);
|
||||
ctx.registerCommand('applySnippetWorkspaceEdit', commands.applySnippetWorkspaceEditCommand);
|
||||
ctx.registerCommand('resolveCodeAction', commands.resolveCodeAction);
|
||||
ctx.registerCommand('applyActionGroup', commands.applyActionGroup);
|
||||
|
||||
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue