Opens an external item, e.g. a http(s) or mailto-link, using the default application.
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 an external item, e.g. a http(s) or mailto-link, using the default application.
Note that
showTextDocument
is the right way to open a text document inside the editor, not this function.