Add LSP request and VSCode command

This commit is contained in:
vsrs 2021-02-27 20:04:43 +03:00
parent 31f5f816e3
commit 669e117644
7 changed files with 96 additions and 9 deletions

View file

@ -113,6 +113,7 @@ async function tryActivate(context: vscode.ExtensionContext) {
ctx.registerCommand('newDebugConfig', commands.newDebugConfig);
ctx.registerCommand('openDocs', commands.openDocs);
ctx.registerCommand('openCargoToml', commands.openCargoToml);
ctx.registerCommand('peekTests', commands.peekTests);
defaultOnEnter.dispose();
ctx.registerCommand('onEnter', commands.onEnter);