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

Add ability to open files with the OS's default application #92689

Closed
astier opened this issue Mar 14, 2020 · 2 comments
Closed

Add ability to open files with the OS's default application #92689

astier opened this issue Mar 14, 2020 · 2 comments
Assignees
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code
Milestone

Comments

@astier
Copy link

astier commented Mar 14, 2020

I want to reopen the issue #75188. It is about adding the ability to open files with the OS's default applications from within vscode. For example pdf-files. The program xdg-open could be used to determine the default applications on linux.

Here is what the original author @nabeelomer wrote:

A context menu option can be added to the file browser that allows files to be opened in the default application for that file type. For example if the file is a PDF document, opening the context menu and click "Open with desktop" will open the file with the default PDF reader.

This can be accomplished with the openItem() method from Electron's shell module.

I am aware that this particular feature has been suggested before in #50383 and #45989 but my suggestion is not the same as that.

I am using vscode 1.42.1

@isidorn
Copy link
Contributor

isidorn commented Mar 16, 2020

This is a fair feature request, however we do not have it on our immediate plan. Thus assigning to backlog and we might add this in the future. Though I still believe this should be done via an extension. Thanks

@isidorn isidorn added feature-request Request for new features or functionality file-explorer Explorer widget issues and removed ~version-info-needed Issue requires version information from poster labels Mar 16, 2020
@isidorn isidorn added this to the Backlog milestone Mar 16, 2020
@isidorn isidorn added the *out-of-scope Posted issue is not in scope of VS Code label Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality file-explorer Explorer widget issues *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@isidorn @astier and others