diff --git a/.vscode/launch.json b/.vscode/launch.json index bef6011..eeee4a7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,3 +1,3 @@ { - "configurations": [] + "configurations": [] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 0bfa11d..46e0fdd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,17 +1,17 @@ { - "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" - } + "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" + } }