Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[vscode] implement env.openExternal api #6039

Closed
akosyakov opened this issue Aug 25, 2019 · 2 comments
Closed

[vscode] implement env.openExternal api #6039

akosyakov opened this issue Aug 25, 2019 · 2 comments
Assignees
Labels
dart issues related to the dart language vscode issues related to VSCode compatibility

Comments

@akosyakov
Copy link
Member

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

@akosyakov akosyakov added dart issues related to the dart language vscode issues related to VSCode compatibility labels Aug 25, 2019
@akosyakov akosyakov self-assigned this Aug 25, 2019
akosyakov added a commit that referenced this issue Aug 26, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Aug 26, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Aug 26, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Sep 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Sep 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Sep 2, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Sep 3, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
akosyakov added a commit that referenced this issue Sep 4, 2019
Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
@chroberino
Copy link

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
Copy link
Member

msujew commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart issues related to the dart language vscode issues related to VSCode compatibility
Projects
None yet
Development

No branches or pull requests

3 participants