erlandranvinge / ReAttach

The ReAttach Visual Studio Extension
117 stars 36 forks source link

VS 2022 support #25

Closed Pirulax closed 2 years ago

Pirulax commented 3 years ago

It's pretty trivial. I did it for myself on my fork.

Pirulax commented 3 years ago

Okay, I got it to work. I'll leave it here, just in case anyone wants it.

Build from source I've also pushed the source to [my fork,](https://github.com/Pirulax/ReAttach/tree/vs2022) in case anyone wants to build it from source. If you encounter any problems, try updating the VisualStudioSDK NuGet package. ([Source](https://github.com/dotnet/sdk/issues/12421#issuecomment-840506896)) To do this, go to `Manage NuGet Packages` -> `Browse` and type in `Microsoft.VSSDK.BuildTools`. Select the latest version (it should be selected by default), and click `update`.

ReAttach.zip

ten24bytes commented 3 years ago

Thanks for this. You saved my time as I was gonna do this myself. Although it would have been great if @erlandranvinge would have done this himself so that we can directly install it from the extensions store.

AntonioKoB commented 2 years ago

Thanks for this. You saved my time as I was gonna do this myself. Although it would have been great if @erlandranvinge would have done this himself so that we can directly install it from the extensions store.

+1

Pirulax commented 2 years ago

Yall welcome guys. Happy coding 😁

mjl152 commented 2 years ago

@Pirulax, any chance you'd be willing to create a new VS extension pointing to your updated version? If @erlandranvinge is no longer responding it'd be good if someone can pick up the slack here. Otherwise, if you're willing I'd consider creating the new VS extension myself and pointing it towards your forked version. I'd love to have a more "official" install approach that I can point my colleagues to.

erlandranvinge commented 2 years ago

Yep, its out. Sorry about the delay, it needed a well overdue cleaning job.

ten24bytes commented 2 years ago

That's some major rewrite! Thanks @erlandranvinge <3

mjl152 commented 2 years ago

Fantastic news! Thanks @erlandranvinge !

Pirulax commented 2 years ago

@Pirulax, any chance you'd be willing to create a new VS extension pointing to your updated version? If @erlandranvinge is no longer responding it'd be good if someone can pick up the slack here. Otherwise, if you're willing I'd consider creating the new VS extension myself and pointing it towards your forked version. I'd love to have a more "official" install approach that I can point my colleagues to.

Sorry for the late reply. I have no previous experience with VS extensions I just needed it, and managed to get it work somehow, so yeah. But now it's officially out, so it's good.

@erlandranvinge Thank you for the great work! It's really useful!

Edit: Seems like on the VS marketplace the description doesn't reflect the change? (It still doesn't say it supports vs2022 in the compatibility table) Never mind, my bad