cody
cody copied to clipboard
VS Code: validate the extension config using JSON schema
- It's easy to use the wrong configuration field in the package.json without anyone noticing it. See https://github.com/sourcegraph/cody/pull/4155
- We can add a CI step where the VS Code package.json file is validated against the JSON schema.