BigEggTools / PowerMode

The Power Mode extension for Visual Studio.
https://bigeggtools.github.io/PowerMode/
MIT License
113 stars 15 forks source link

Support VS 2022 #35

Closed JiaChen-Zeng closed 2 years ago

JiaChen-Zeng commented 3 years ago

Can't write code without the POWER anymore! Please support VS 2022.

JiaChen-Zeng commented 3 years ago

This extension just works on VS 2022. I manually installed it and didn't see any problem for now. Just unzip the extension pack and copy the files into %localappdata%\Microsoft\VisualStudio\17.0_da8b3f8c\Extensions.

For this issue, I think it only needs to specify it supports VS 2022 so we can install it directly from the marketplace.

BigEgg commented 3 years ago

Thanks for loving PowerMode.

Good to know that the code is already supported VS 2022, in that case can you please sent an PR to

I will try to find some place to compile it and upload the new version

MrClyfar commented 2 years ago

Would love for this extension to be VS2022 compatible.

craftercis commented 2 years ago

I can't get it working on VS Studio 2022.

MrClyfar commented 2 years ago

It looks like we can get a VS 2022 compatible version e.g.

Add support for VS2022

but this PR has not been merged yet.

Hopefully @BigEgg will get the opportunity to do so. Please, please, please @BigEgg :)

BigEgg commented 2 years ago

Thanks for your interest in this project!

I just checked the PR and found it updated the VSSDK and target framework version. So I think this might break the usage for the early version of Visual Studio.

Can you please help me to update it or test it out on the earlier version of VS?

BigEgg commented 2 years ago

I merged https://github.com/BigEggTools/PowerMode/pull/37. Thanks, @tomfrenzel!

Sadly, I don't have a Windows PC in my nearby. So can any of you help me to create a RELEASE build version and attach it here? I will update it to the VS marketplace and the Release tab in Github.

tomfrenzel commented 2 years ago

Hey @BigEgg! here is the output of my release build: Release.zip

BigEgg commented 2 years ago

Uploaded the new version that supports VS 2022!

tomfrenzel commented 2 years ago

Hello @BigEgg!

I saw you made some changes to the code and published a new release. Unfortunately, the extension is now only compatible with the first version of VS2022 (and older VS versions) since its version number is 17.0. Any newer release won't be able to install the Plugin because its Version number is greater than 17.0 see here.

It should be [17.0,18.0) so every VS2022 release will be included but the next major one not.

Could you please correct the version number and re-release the extension?

BigEgg commented 2 years ago

sure, let me update it and publish a newer version

MrClyfar commented 2 years ago

Thanks to both of you for making this happen so quickly 👍