Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
await openEditorAtIndex1 command (#2442)
Previously there was a bug in VSCode which prevented me from doing: ``` await vscode.commands.executeCommand('workbench.action.openEditorAtIndex1') ``` The most recent release of VSCode (1.21.0) fixes the bug. See microsoft/vscode#44636
- Loading branch information