-
Notifications
You must be signed in to change notification settings - Fork 72
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
Could not uninstall VSIX - looking for LICENSE.txt #301
Comments
Just to clarify: which "latest" VSIX do you refer to? The one released on the market place? Or the latest AppVeyor build? |
The latest AppVeyor build from this project (VS 2017). |
I'm betting this is the issue: https://github.com/PistonDevelopers/VisualRust/blob/master/src/VisualRust/source.extension.release.2017.vsixmanifest#L7 |
There are some inconsistencies in the .vsixmanifest source.extension.debug.vsixmanifest: |
Eyeballing the existing .vsix es, it looks like |
.debug.vsixmanifest already referenced LICENSE.txt Ref: PistonDevelopers#301 "Could not uninstall VSIX - looking for LICENSE.txt"
Trying to uninstall the latest VSIX, the VSIX Installer crashed with an error about a missing file:
C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO\PREVIEW\ENTERPRISE\COMMON7\IDE\LICENSE.txt
If I add that file manually, it will uninstall. Seems like the VSIX has a relative path somewhere instead of an absolute one? Not sure why it'd be looking for a file in that directory otherwise.
The text was updated successfully, but these errors were encountered: