Files
prometheus-postgres-exporter/.vscode/settings.json
Markus Pesch 5265389f5b
All checks were successful
Helm / helm-lint (push) Successful in 9s
Helm / helm-unittest (push) Successful in 17s
Release / publish-chart (push) Successful in 1m9s
fix(vscode): set file association for Gitea workflows
2026-02-15 12:15:43 +01:00

12 lines
291 B
JSON

{
"files.associations": {
".gitea/workflows/*.yaml": "github-actions-workflow"
},
"yaml.schemas": {
"https://raw.githubusercontent.com/helm-unittest/helm-unittest/v1.0.3/schema/helm-testsuite.json": [
"/unittests/**/*.yaml"
]
},
"yaml.schemaStore.enable": true
}