mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Implement client-side of SnippetTextEdit
This commit is contained in:
parent
2bf6b16a7f
commit
3dd68c1ba3
3 changed files with 81 additions and 2 deletions
|
@ -91,6 +91,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
ctx.registerCommand('debugSingle', commands.debugSingle);
|
||||
ctx.registerCommand('showReferences', commands.showReferences);
|
||||
ctx.registerCommand('applySourceChange', commands.applySourceChange);
|
||||
ctx.registerCommand('applySnippetWorkspaceEdit', commands.applySnippetWorkspaceEdit);
|
||||
ctx.registerCommand('selectAndApplySourceChange', commands.selectAndApplySourceChange);
|
||||
|
||||
ctx.pushCleanup(activateTaskProvider(workspaceFolder));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue