added vscode specifcs to git

This commit is contained in:
Bojan Kucera 2025-06-02 08:52:54 -04:00
parent 232a63dfe8
commit d7432f74dd
4 changed files with 124 additions and 4 deletions

24
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,24 @@
{
"yaml.schemas": {
"https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json": [
"docker-compose*.yml",
"docker-compose*.yaml"
],
"https://json.schemastore.org/grafana-dashboard-5.x.json": [
"monitoring/grafana/provisioning/datasources/*.yml"
],
"https://json.schemastore.org/kustomization.json": [
"k8s/**/kustomization.yml"
]
},
"yaml.customTags": [
"!datasources",
"!dashboard",
"!notification",
"!template"
],
"yaml.validate": true,
"yaml.completion": true,
"yaml.hover": true,
"yaml.format.enable": true
}