d2-vscode
d2-vscode copied to clipboard
Publish extension on Open VSX.
trafficstars
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:
- GitPod, a cloud ide
- VSCodium, a fully open source version of VSCode
- The
code-osspackage in ArchLinux.
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.
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.
@vfosnar thank you for publishing it Maybe a PR so that it is managed upstream?