Move run_single into runnables

This commit is contained in:
Jeremy Kolb 2019-01-12 13:54:08 -05:00
parent 72d48b08fb
commit 5bf739c824
4 changed files with 17 additions and 66 deletions

View file

@ -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<