mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Init implementation of structural search replace
This commit is contained in:
parent
6fb36dfdcb
commit
f8f454ab5c
10 changed files with 399 additions and 1 deletions
|
@ -22,6 +22,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
ctx.registerCommand('run', commands.run);
|
||||
ctx.registerCommand('reload', commands.reload);
|
||||
ctx.registerCommand('onEnter', commands.onEnter);
|
||||
ctx.registerCommand('ssr', commands.ssr)
|
||||
|
||||
// Internal commands which are invoked by the server.
|
||||
ctx.registerCommand('runSingle', commands.runSingle);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue