-
Notifications
You must be signed in to change notification settings - Fork 160
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
Support VS Code / VSCodium #55
Comments
What's about a CLI? e.g. user'll be able to run |
There is already a CLI that could be extended with such a feature: But that would be a very different user experience than the Extensions view of VS Code. |
Parts of the VS Code protocol can be understood from the TypeScript source: |
Add this to your "extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
} |
Hi @spoenemann, dumb question: How do I edit |
It's in the root of the vscode repository: It should be somewhere in your local VS Code installation as well. Where exactly depends on your OS. |
In order to allow VS Code/ VSCodium to connect to openvsx, we need to support the proprietary protocol from MS Marketplace, which needs to be revers engineered.
I think an extra endpoint that understands that protocol and adapts it to openvsx would make sense.
The text was updated successfully, but these errors were encountered: