How do VS Code extensions automate distribution across different platform architectures?
I’m relatively new to VS Code extension development and understand that VS Code extensions do not natively support distributing different extension packages based on the architecture (like win-x86, darwin-arm64, etc.).
How do projects that involve non-cross-platform packages handle automatic distribution? For instance, how is this implemented in the rust-analyzer project? I’ve gone through the code at rust-analyzer on GitHub but couldn’t find relevant details. Can anyone familiar with this help clarify?