-
Notifications
You must be signed in to change notification settings - Fork 6
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 support for vsix files (since they are zips) #4
Comments
I am looking for something like this too, Esri has a bunch of files now that are all zips with special extensions. For example the ArcGIS Pro project files: *.aprx and their new toolbox files: *atbx I'd like to be able to tell VSCode to treat those files as type "zip" and then have them become mountable as zip files. |
Hey to the both of you! Sorry, I have mostly abandoned my VS Code extensions at this point. Every now and then I take a look at them again and close a few issues, but I can't make any guarantees about when this will happen again. I will accept a PR adding support for VSIX if either of you has the time and will try to find the time to publish an updated version in case one comes. |
Well, thanks for creating it... now I guess I have to learn how to hack on it. Any reference to a quick howto? If not, I will stumble along on my own. Thanks |
@bwilsoncc Basically just clone, open in VS Code, run |
It would be great to be able to explore vsix files.
The text was updated successfully, but these errors were encountered: