openshift / console-plugin-template

Minimal template for writing OpenShift console plugins
Apache License 2.0
37 stars 47 forks source link

chore: add JSON schema in vscode settings #26

Closed mikaello closed 1 year ago

mikaello commented 1 year ago

It has helped me a lot to have a JSON schema in VSCode for the console-extensions.json file, with both autocompletion and documentation right there in the editor.

I notice that you do this yourself in the main repository so I thought it was a good idea to have it in the template repo as well. The presence of this JSON schema was not obvious to me in the beginning.