2023-10-13 19:20:26 +00:00
|
|
|
{
|
2023-12-06 13:32:09 +00:00
|
|
|
"yaml.schemas": {
|
2023-12-07 15:56:12 +00:00
|
|
|
"https://json.schemastore.org/github-workflow.json": [
|
|
|
|
".github/workflows/*",
|
|
|
|
".forgejo/workflows/*"
|
|
|
|
],
|
2025-01-27 23:42:23 +00:00
|
|
|
"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
|
2023-10-13 19:20:26 +00:00
|
|
|
}
|