diff --git a/.vscode/settings.json b/.vscode/settings.json index 67d6e32..fc13967 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,6 @@ { - "ansible.validation.lint.arguments": "-c .ansible-lint", "files.associations": { "*.json5": "jsonc", - "**/ansible/**/*.yaml": "ansible", - "**/ansible/**/*.sops.yaml": "yaml", - "**/ansible/**/inventory/**/*.yaml": "yaml", "**/kubernetes/**/*.sops.toml": "plaintext" }, "material-icon-theme.folders.associations": { @@ -24,7 +20,6 @@ }, "yaml.schemaStore.enable": true, "yaml.schemas": { - "ansible": "ansible/**/*.yaml", "kubernetes": "kubernetes/**/*.yaml" }, "editor.fontFamily": "FiraCode Nerd Font", @@ -40,7 +35,5 @@ ], "explorer.autoReveal": false, "files.trimTrailingWhitespace": true, - "ansible.python.interpreterPath": "/usr/bin/python3", "sops.defaults.ageKeyFile": "age.key", - "ansible.validation.lint.path": "~/projects/valinor/.venv/bin/ansible-lint" }