-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for specific platforms #336
Comments
Some more information: The vsce feature was included in vsce 1.99.+ and
More details found at https://code.visualstudio.com/api/working-with-extensions/publishing-extension#platformspecific-extensions and of course - for the client side - https://github.com/microsoft/vscode-vsce. |
I'm currently looking at where to fit the
the vsce cmd tool defines the This is a big change to the data model that impacts the whole server. Feedback is much appreciated. |
CC #386 (comment), assuming it's the same |
Here's the comment @lnicola referenced, written by @spoenemann:
When this fundamental change is done I think the extension+target+extensionversion or extension+extensionversion+target is the reasonable approach. |
Hello, based on microsoft/vscode#23251 (comment)
it seems OpenVSX will have to handle platform specific extensions
like
and then expose extensions for different arches.
The text was updated successfully, but these errors were encountered: