cody icon indicating copy to clipboard operation
cody copied to clipboard

VS Code: validate the extension config using JSON schema

Open valerybugakov opened this issue 1 year ago • 0 comments

  • 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.

valerybugakov avatar May 13 '24 06:05 valerybugakov