Code lens support for running tests
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user