madskristensen / VsixGallery

The Open VSIX Gallery
https://www.vsixgallery.com
Apache License 2.0
35 stars 18 forks source link

Support VsCode Extensions #15

Open yekanchi opened 3 years ago

yekanchi commented 3 years ago

I don't know how different are vscode VSIX Packages But I think it would be great if you add vsCode Extensions Support.

reduckted commented 3 years ago

I'm not sure exactly how much work it would be to support VS Code extensions, but that's only half the problem. The other half is that VS Code doesn't have native support for private extension galleries. 😢

Check out this issue in the VS Code repo: https://github.com/Microsoft/vscode/issues/21839

Towards the bottom of that issue (from about here onwards) there are some solutions that people have come up with that you may find useful.

yekanchi commented 3 years ago

I'm not sure exactly how much work it would be to support VS Code extensions, but that's only half the problem. The other half is that VS Code doesn't have native support for private extension galleries. 😢

Check out this issue in the VS Code repo: microsoft/vscode#21839

Towards the bottom of that issue (from about here onwards) there are some solutions that people have come up with that you may find useful.

yes I'm aware of those but https://open-vsx.org/ is written in java. i prefer C# solutions.