VS Extension macOS support #1389
MeloHenrique
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Olá Henrique! 😃 Considering Microsoft recent announcement about Visual Studio for Mac retirement: The current debugger library depends on the old VS debugger engine that doesn't exist on MAC, which will raise the need to rewrite it to the new debugger engine. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I'm thinking of extending VS Extension to work with VS for Mac.
I'm up for taking this on and sending a PR if no one else is already on it. Can anyone confirm?
Quick tech questions:
Should the macOS stuff go in the same solution as the Windows code? Asking 'cause VS for Mac can be picky with some project types and dependencies.
Planning to keep the code DRY and share as much as possible between Windows and Mac. Any heads-up on dependencies or other gotchas?
I'll make sure to test on both platforms to catch any issues.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions