Hello,
I noticed that the open library is used by the extension for opening the URLs externally, in a browser.
Is there a reason why the VS Code's vscode.env.openExternal API isn't used for that? Maybe that API has been added recently?
Would you be interested in such a contribution?
If there's some concern that vscode.env.openExternal API may not work in some cases, then open lib can be used as a fallback option.
Hello,
I noticed that the
openlibrary is used by the extension for opening the URLs externally, in a browser.Is there a reason why the VS Code's
vscode.env.openExternalAPI isn't used for that? Maybe that API has been added recently?Would you be interested in such a contribution?
If there's some concern that
vscode.env.openExternalAPI may not work in some cases, thenopenlib can be used as a fallback option.