use nix provided python as default interpreter

This commit is contained in:
2025-04-21 23:01:58 +02:00
parent dc7f1cc42b
commit 7d389c0a8a
2 changed files with 8 additions and 4 deletions

View File

@@ -8,5 +8,6 @@
}
},
"terminal.integrated.defaultProfile.linux": "Nix Shell",
"ansible.python.interpreterPath": "/bin/python"
"ansible.python.interpreterPath": "/bin/python",
"python.defaultInterpreterPath": "${env:PYTHON_BIN}"
}