mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Code lens support for running tests
This commit is contained in:
parent
738c958a04
commit
faf0037635
7 changed files with 198 additions and 87 deletions
|
@ -55,6 +55,9 @@ 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);
|
||||
|
||||
// Notifications are events triggered by the language server
|
||||
const allNotifications: Iterable<
|
||||
[string, lc.GenericNotificationHandler]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue