mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Move run_single into runnables
This commit is contained in:
parent
72d48b08fb
commit
5bf739c824
4 changed files with 17 additions and 66 deletions
|
@ -56,7 +56,7 @@ export function activate(context: vscode.ExtensionContext) {
|
|||
overrideCommand('type', commands.onEnter.handle);
|
||||
|
||||
// Unlike the above this does not send requests to the language server
|
||||
registerCommand('ra-lsp.run-single', commands.runSingle.handle);
|
||||
registerCommand('ra-lsp.run-single', commands.runnables.handleSingle);
|
||||
|
||||
// Notifications are events triggered by the language server
|
||||
const allNotifications: Iterable<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue