Closed BigSeb closed 5 years ago
Fixed the manifest. You'll have uninstall and download the updated extension.
The extension can't be installed in vs2017 as it's no longer listed now. Have to download the vsix from the releases page here on github instead.
Just to make it exceedingly obvious, for people like me that failed to understand this...
Then magic happens, and it all works.
We have both VS2017 and VS2019 installed. Is there any way to have it work with both versions?
We have both VS2017 and VS2019 installed. Is there any way to have it work with both versions?
Same question. I manually installed 2.6.4 and yet Visual Studio 2017 (or is it that I also have 2019 installed?) auto-updated the extension back to 2.6.5 and now it's stopped working again in 2017.
@leftos -- with regards specifically to VS2017, you might need to uninstall it again, and reinstall the 2.6.4 version downloaded from GitHub. I have then gone into the Tools > Extensions and Updates... dialog, found the entry for VSColorOutput and turned off the automatic updates:
I don't know how that would work with VS2019 though.
Thanks @mike-ward for a great extension.
I'll see what I can do about 2017 support this weekend. It may be as easy as rebuilding in VS 2017. The issue is there were some upcoming changes in 2019 16.1 the required attention. The tooling has changed and they have mercifully fixed the issue with dependencies by packaging them all up in a single Nuget package.
What I find weird is the that VS 2017 is auto-updating a package clearly marked for VS 2019 only in the manifest.
I have tried Release 2.6.5 and it no longer loads in Visual Studio 2017 (15.9.11). Looking at the ActivityLog.xml file and we get the following error:
This is most likely due to the recent change in the build system or AsyncPackage support.
I am able to load the extension in Visual Studio 2019 though.