:information_source: k3d config file suggestions a...
# k3d
w
ℹ️ k3d config file suggestions and validation I added the JSON Schema for k3d config
v1alpha2
to https://www.schemastore.org/json. From there, it automatically pops up in your favorite editor (let's say in most of them), like vscode or intellij and friends. This brings you suggestions, auto-completion and validation of k3d configs that you write. File detection is enabled for
*.k3d.yaml
/
*.k3d.yml
/
k3d.yaml
/
k3d.yml
(Note: some room for improvement, but working pretty well for config alpha state) :)