{ "folders": [ { "path": "." } ], "settings": { "files.associations": { "*.yml": "ansible", "*.j2": "ansible-jinja" }, "ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python", "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", "editor.tabSize": 2, "trailing-spaces.highlightCurrentLine": false, "trailing-spaces.schemeIgnore": [ "markdown", "output" ] }, "extensions": { "recommendations": [ "redhat.ansible", "shardulm94.trailing-spaces" ] } }