cpmcgrath / TrimLineEnds

Visual Studio Extension which trims blanks space from the end of lines
http://visualstudiogallery.msdn.microsoft.com/cc562125-6235-4082-b670-e0ed496b18a4
10 stars 8 forks source link

Add Support for Visual Studio 2022 #10

Open cpmcgrath opened 3 years ago

cpmcgrath commented 3 years ago

Visual Studio 2022 comes with a fairly significant catch - You can't make the one VSIX for that targets old versions and 2022. As such there will be two marketplace entries for it.

The Microsoft Documents recommend build configurations so the same source code can build 2 vsixs, but considering there's no need for extra features beyond supporting new versions of Visual Studio, I'm just going to handle it with branches.

The nature of this change means I probably won't publish the VS2022 version to the marketplace until around VS2022 is released. In the meantime, you can download it from https://ci.appveyor.com/project/cpmcgrath/trimlineends/build/artifacts

glenn-slayden commented 2 years ago

Guess you could close this issue now?

cpmcgrath commented 2 years ago

Sort of, the release is out. Until VS2022 was actually released one of the nuget packages you had to reference was an RC, and I didn't want to check that in as the final build. So I was waiting until then. Since then I just haven't got around to it.