settings.json 193 B

12345678
  1. {
  2. "json.schemas": [],
  3. "files.associations": {
  4. "**/Dockerfile.j2": "dockerfile",
  5. "**/*.yml": "ansible"
  6. },
  7. "python.pythonPath": "/Users/kameshs/.virtualenvs/ansible/bin/python",
  8. }