eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.05k stars 2.5k forks source link

[vscode] implement `env.openExternal` api #6039

Closed akosyakov closed 5 years ago

akosyakov commented 5 years ago

For example, It's required to install missing dart SDK for VS Code dart extension.

chroberino commented 7 months ago

Should env.openExternal in Theia do the same as in VS Code, i.e. use the OS' default application for opening a given URI? I am trying to use this call in a VS Code extension and in Theia files seem to always be opened within Theia (while in VS Code they open open in external apps).

msujew commented 7 months ago

@chroberino It is supposed to work exactly as in vscode. If it doesn't, please create a new bug report for this.