rstudio / helm

Helm Resources for RStudio Products
MIT License
34 stars 28 forks source link

Feature request: JSON schema support for auto complete #379

Open SamEdwardes opened 1 year ago

SamEdwardes commented 1 year ago

It would be nice if the helm charts supported JSON schema so that you could get autocomplete and descriptions on IDEs that support JSON schema.

For example, starship ships with JSON schema support for its configuration file:

# starship.toml
"$schema" = 'https://starship.rs/config-schema.json'

We could do something similar with the Posit helm charts for the values.yaml files:

# yaml-language-server: $schema=https://helm.rstudio.com/config-schema.json
colearendt commented 1 year ago

Duplicate of #35 , but this example should be helpful!