terrastruct / d2-vscode

VSCode extension for D2 files.
https://d2lang.com
BSD 3-Clause "New" or "Revised" License
240 stars 11 forks source link

Publish extension on Open VSX. #17

Open jonot-cyber opened 1 year ago

jonot-cyber commented 1 year ago

The VSCode marketplace terms of service only allow use by visual studio products. This is a problem for third party forks of VSCode, for example:

All of the examples that I listed use the third party Open VSX, which doesn't have these license restrictions. Adding the extension to that repository would allow people using these and potentially others to use the extension more easily.

vfosnar commented 1 year ago

I made a fork and added GitHub Actions to publish the package to Open VSX. If anyone from Terrastruct is interested I'm totally okay with giving you the keys.

silopolis commented 1 year ago

@vfosnar thank you for publishing it Maybe a PR so that it is managed upstream?