Hi @lex-ibm @darkyzhou @kxxt,
The client is using the new dependency: @vscode/os-proxy-resolver but have a package for each architecture: https://www.npmjs.com/search?q=os-proxy-resolver
ppc64, riscv64, loong64 aren't supported.
I did make a fork and tried to add them: VSCodium/os-proxy-resolver#1
But one of the Rust dependency doesn't support them: https://github.com/DelSkayn/rquickjs (loong64 seems supported but I can't get it to that point).
Since it will take a least a few days to get that figured out, I will disable those client versions for the next release.
If you could take a look, it would be great. Since to implement the support, it would require some testing on the hardware.
Hi @lex-ibm @darkyzhou @kxxt,
The client is using the new dependency: @vscode/os-proxy-resolver but have a package for each architecture: https://www.npmjs.com/search?q=os-proxy-resolver
ppc64,riscv64,loong64aren't supported.I did make a fork and tried to add them: VSCodium/os-proxy-resolver#1
But one of the Rust dependency doesn't support them: https://github.com/DelSkayn/rquickjs (loong64 seems supported but I can't get it to that point).
Since it will take a least a few days to get that figured out, I will disable those client versions for the next release.
If you could take a look, it would be great. Since to implement the support, it would require some testing on the hardware.