cake-build / cake-vscode

Contains Cake extension for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=cake-build.cake-vscode
MIT License
42 stars 33 forks source link

Publish extension to Open VSX Registry #642

Open bjorkstromm opened 2 years ago

bjorkstromm commented 2 years ago

It would be wise to also push this extension to Open VSX Registry so that it's available from Gitpod.

https://open-vsx.org/

filiptronicek commented 2 years ago

Currently, this is sadly not possible. The extension would need to switch to an OSS-licensed C# dependency, because currently it depends on ms-dotnettools.csharp [1]. One such alternative is https://github.com/muhammadsammy/free-omnisharp-vscode, which should be compatible with the extension as well.

cc @gep13