Opens a link externally using the default application. Depending on the used scheme this can be:
http:
https:
mailto:
vscode:
vscode.env.uriScheme
Note that showTextDocument is the right way to open a text document inside the editor, not this function.
showTextDocument
The uri that should be opened.
A promise indicating if open was successful.
Opens a link externally using the default application. Depending on the used scheme this can be:
http:,https:)mailto:)vscode:fromvscode.env.uriScheme)Note that
showTextDocumentis the right way to open a text document inside the editor, not this function.