vscode-open-in-github icon indicating copy to clipboard operation
vscode-open-in-github copied to clipboard

Functions bound to the commands do not return anything meaningful.

Open gdziadkiewicz opened this issue 9 years ago • 0 comments

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.

gdziadkiewicz avatar Aug 21 '16 11:08 gdziadkiewicz