You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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
The text was updated successfully, but these errors were encountered:
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.
vscode-vsce/src/package.ts
Lines 453 to 464 in 06951d9
Current situation:
vscode-vsce/package-lock.json
Lines 706 to 722 in 06951d9
Feature request:
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
The text was updated successfully, but these errors were encountered: