aws-cloudformation / cfn-lint-visual-studio-code

CloudFormation Linter IDE integration, autocompletion, and documentation
https://marketplace.visualstudio.com/items?itemName=kddejong.vscode-cfn-lint
Apache License 2.0
257 stars 136 forks source link

Gitpod/OpenVSX Support? #219

Open Grunet opened 2 years ago

Grunet commented 2 years ago

Just learned that only extensions published to the OpenVSX registry will work on Gitpod, and was curious if the maintainers of this repo would be interested in publishing there as well.

The steps for doing so are listed here. 1-4 have to do with setting up an account and generating a token, then the last step discusses how to actually perform the publish.

It seems like updating the Github workflow publish pipeline to also publish to OpenVSX could look something like this.

kddejong commented 2 years ago

I would be interested in doing this. Let me see what I can do.