fix(vscode): trust renovate's schema store

This commit is contained in:
2026-07-20 18:37:00 +02:00
parent 475df2f4a5
commit cf84d7d79f
+4
View File
@@ -2,6 +2,10 @@
"yaml.schemas": { "yaml.schemas": {
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [ "https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.1.1/schema/helm-testsuite.json": [
"/unittests/**/*.yaml" "/unittests/**/*.yaml"
],
"https://docs.renovatebot.com/renovate-schema.json":[
"renovate.json",
"renovate.json5"
] ]
}, },
"yaml.schemaStore.enable": true, "yaml.schemaStore.enable": true,