fab-city-software-kit/.vscode/settings.json
2022-07-13 23:24:37 +02:00

18 lines
576 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.minimap.enabled": false,
"nix.enableLanguageServer": true,
"redhat.telemetry.enabled": false,
"yaml.completion": true,
"yaml.format.bracketSpacing": true,
"yaml.format.enable": true,
"yaml.hover": true,
"yaml.schemaStore.enable": true,
"yaml.validate": true,
"yaml.schemas": {
"https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/config.versions.schema.json": "file:///home/crstl/Development/srx.infra.k8s/test/k3d-srx-dev.yaml"
}
}