added vscode specifcs to git
This commit is contained in:
parent
232a63dfe8
commit
d7432f74dd
4 changed files with 124 additions and 4 deletions
24
.vscode/settings.json
vendored
Normal file
24
.vscode/settings.json
vendored
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue