forgejo-helm/.vscode/settings.json

13 lines
327 B
JSON
Raw Permalink Normal View History

{
2023-12-06 13:32:09 +00:00
"yaml.schemas": {
"https://json.schemastore.org/github-workflow.json": [
".github/workflows/*",
".forgejo/workflows/*"
],
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v0.7.2/schema/helm-testsuite.json": [
2023-12-06 13:32:09 +00:00
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
}