How to Build VSIX Package for vscode-cpptools Extension Across Multiple Platforms #12688
karthick-govindaraj
started this conversation in
General
Replies: 1 comment 4 replies
-
May we ask why you'd like to do this? If you're planning to redistribute the language server binaries as your own custom offering, please note that our runtime license prohibits that. Only the TypeScript code in this repo is open source. You are granted the rights to run and debug the extension on your personal computer if you intend to contribute to this repo (CONTRIBUTING.md) |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I’d like to know how to build the .vsix package for the vscode-cpptools extension from the source, targeting multiple platforms like Linux (x86), ARM, etc. What are the steps, dependencies, or changes needed for cross-compilation to support different architectures? Any guidance or resources would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions