You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@azatsarynnyy thank you for the suggestion, it's been part of API for 9 month. I see no reason using open if vscode.env.openExternal works. Will test it and switch to it if it works as expected.
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, thenopen
lib can be used as a fallback option.The text was updated successfully, but these errors were encountered: