Add LoongArch64 support for Platform-specific extensions
realybin opened this issue · 0 comments
realybin commented
Currently, VSCode's platform-specific extensions support various targets but lacks support for the LoongArch64 architecture. This limits the distribution capabilities for extensions targeting this emerging platform.
Lines 453 to 464 in 06951d9
Current situation:
- LoongArch64 is a new architecture gaining adoption (see benchmarks and support status on Phoronix: https://www.phoronix.com/search/LoongArch)
- The current supported platforms are: win32-x64, win32-arm64, linux-x64, linux-arm64, linux-armhf, alpine-x64, alpine-arm64, darwin-x64, darwin-arm64 and web
- Unable to access source code of npm @vscode/vsce-sign to implement support
Lines 706 to 722 in 06951d9
Feature request:
- Add loongarch64 as a supported target platform for VSCode extensions
- Enable the --target flag to support loongarch64 platform specification
- Update relevant documentation to include the new target platform
While most extensions are platform-agnostic, having proper platform-specific packaging support would greatly improve distribution capabilities for the LoongArch64 ecosystem.
Would it be possible to add this support in a future release? Thanks
I can make pull request