dstaley / is-windows-on-arm-ready

https://iswindowsonarmready.netlify.app/
22 stars 7 forks source link

C/C++ for Visual Studio Code (the official extension) #8

Open ZHOUYue67 opened 3 years ago

ZHOUYue67 commented 3 years ago

This is for the official C/C++ extension for VSCode.

This extension already supports arm32/arm64 linux target starting at v1.0.0 if you want to use it to remote develop in WSL2 on your WOA devices.

The support for Windows ARM64 as host will arrived at v1.1.0: https://github.com/microsoft/vscode-cpptools/issues/5583 (scrolls down for an incomplete insider build).

This issue should be closed after v1.1.0 releases.

ZHOUYue67 commented 3 years ago

v1.1.0 & v1.1.1 & v1.1.2 released with Windows ARM64 support: https://github.com/microsoft/vscode-cpptools/releases/tag/1.1.0

But debugging does not work yet: https://github.com/microsoft/vscode-cpptools/issues/6392