conan-io / conan-vs-extension

Conan Extension for Visual Studio
https://marketplace.visualstudio.com/items?itemName=conan-io.conan-vs-extension
MIT License
58 stars 34 forks source link

Error uninstalling extension (using menus inside VS IDE) #67

Closed jgsogo closed 5 years ago

jgsogo commented 5 years ago

Although it could not be related to extension itself, as the problem reported by VS is _"Could not find file 'C:\USERS\\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\16.05ABB3F2E\EXTENSIONS\LICENSE.md'", it prevents the extension from being uninstalled...

Workaround: command line uninstall:

VSIXInstaller.exe /uninstall:VSConanPackage.4d0379e2-2698-4e66-89de-6ead71165e9f

(find VSIXInstaller.exe at "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE")

SSE4 commented 5 years ago

yeah, it happens for me as well, and I have to delete lines manually the problem it installs for all versions (2015, 2017, 2019), but if I uninstall it from the single place (e.g. 2015), it's still visible in 2017 and 2019. once I try to uninstall from 2017 as well, the issue appears.

jgsogo commented 5 years ago

Closed via https://github.com/conan-io/conan-vs-extension/pull/82