jeanp413 / open-remote-ssh

VSCode Remote Development: Open any folder on a remote machine using SSH.
MIT License
309 stars 43 forks source link

Use windows-x64 server on windows-arm64 #117

Closed pbo-linaro closed 1 year ago

pbo-linaro commented 1 year ago

Windows 11 on arm64 provides emulation for x64 binaries. Thus, it's possible to execute the x64 server to provide remote access.

Tested from a Linux machine connecting to a Volterra windows device.

pbo-linaro commented 1 year ago

Thanks for your work on this Jean-Pierre, it's very good to see this extension available for VSCodium.

jeanp413 commented 1 year ago

Thanks!