veler / CopyGitLink

Copy links to files or selections to GitHub and Azure DevOps directly from Visual Studio's text editor, Solution Explorer and document tab.
https://marketplace.visualstudio.com/items?itemName=EtienneBAUDOUX.CopyGitLink
MIT License
42 stars 9 forks source link

Please add arm64 support #22

Closed AArnott closed 11 months ago

AArnott commented 11 months ago

Odds are good you can do this just with a change to your source.extension.vsixmanifest file.

veler commented 11 months ago

That would be cool! Any way to test it without an ARM64 device? A Mac M1 with an Amr64 Windows VM perhaps?

AArnott commented 11 months ago

Yes, that might work. I have an arm64 device. If you send me the VSIX (or tell me where to download it from) I'll be happy to test it.

veler commented 11 months ago

Thanks @AArnott ! :) Could you try this ZIP containing a VSIX inside by any chance? CopyGitLink.zip

AArnott commented 11 months ago

Your vsix installed, but the copy link command that I'm used to seeing on amd64 machines doesn't show up on the arm64 machine I'm testing with.

veler commented 11 months ago

Ugh, weird. The assembly is built in Any CPU. Does it need to target Arm64 specifically?

AArnott commented 11 months ago

No, AnyCPU should be fine. Maybe I should attach a debugger and/or look at the logs to see if there are any silent failures.

AArnott commented 11 months ago

Never mind. It worked this time!

veler commented 11 months ago

Awesome, thank you @AArnott ! :D

veler commented 11 months ago

Publishing :D

image