WIP: Command to open docs under cursor

This commit is contained in:
Zac Pullar-Strecker 2020-08-30 20:02:29 +12:00
parent e95e666b10
commit bfda0d2583
9 changed files with 176 additions and 4 deletions

View file

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