Update Ansible interpreter path to use workspace variable for portability

This commit is contained in:
William Valentin
2025-07-28 14:45:51 -07:00
parent 82353d292a
commit f1976a8006

View File

@@ -11,7 +11,7 @@
},
"editor.autoIndent": "advanced"
},
"ansible.python.interpreterPath": "/home/will/Code/thechart/.venv/bin/python",
"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python",
"makefile.configureOnOpen": true,
"vs-kubernetes": {
"vs-kubernetes.crd-code-completion": "enabled",