From faf003763516074c619cee7e43ca8bc365540c92 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Kolb" Date: Fri, 11 Jan 2019 15:16:55 -0500 Subject: Code lens support for running tests --- editors/code/src/extension.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editors/code/src/extension.ts') diff --git a/editors/code/src/extension.ts b/editors/code/src/extension.ts index 4acd54d90..acbb1f734 100644 --- a/editors/code/src/extension.ts +++ b/editors/code/src/extension.ts @@ -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] -- cgit v1.2.3