niklaskallander / vs-unobtrusive-code

An extension for Visual Studio that lets you hide away obtrusive code like comments and logging, to let you focus on the actual flow of your application.
MIT License
24 stars 1 forks source link

Bump target VS version to include VS2022; update nugets #11

Closed GStoynev closed 2 years ago

GStoynev commented 2 years ago

@niklaskallander, is this enough to be able to use it in VS2022?

niklaskallander commented 2 years ago

Hi @GStoynev, thanks for this! I haven’t really looked into the requirements for vs2022 yet. I’ll look into it tomorrow. (:

niklaskallander commented 2 years ago

@GStoynev I think I pretty much ended up with what you have in this PR, but I took the long way around Microsofts "extension migration guide" which did not really work for this project.

I've pushed a version that supports both VS2019 (hopefully) and VS2022 now. Feel free to try it out!