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

Change default program open png in VS Code #7

Open
maxssantos opened this issue Mar 20, 2019 · 1 comment
Open

Change default program open png in VS Code #7

maxssantos opened this issue Mar 20, 2019 · 1 comment

Comments

@maxssantos
Copy link

Hi,

How can I change default program to open PNG or JPG files on VS Code through "Open Files In App"?

Thank's

@lfurzewaddock
Copy link
Owner

Currently this plugin depends on the language for plain text files set by VS Code, e.g. JavaScript, C# etc.

As there is no language available to the plugin for .png and .jpg files this plugin will not work. It may be possible to add logic which attempts to fall back to using the file extension if language is not available, but I have no plans to implement this. I would be happy to accept a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants