vscode-open-in-github
vscode-open-in-github copied to clipboard
Functions bound to the commands do not return anything meaningful.
Commands called programmatic, using commands.executeCommand api, have the possibility to return something. It is not widely used and even the built-in commands of vscode often do not return anything, but IMO it would be an good idea to return promise which will resolve on completion of the command. This way timeouts in tests could be removed.