mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Restore internal applySourceChange command
This commit is contained in:
parent
c65e90f7b8
commit
68b7d84974
2 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,7 @@ export async function activate(context: vscode.ExtensionContext) {
|
|||
// Internal commands which are invoked by the server.
|
||||
ctx.registerCommand('runSingle', commands.runSingle);
|
||||
ctx.registerCommand('showReferences', commands.showReferences);
|
||||
ctx.registerCommand('applySourceChange', commands.applySourceChange);
|
||||
|
||||
if (ctx.config.enableEnhancedTyping) {
|
||||
ctx.overrideCommand('type', commands.onEnter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue