save the python interpreter path

This commit is contained in:
c0de 2024-01-21 13:02:05 -05:00
parent 732455607d
commit 8d347f4e3f
1 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@
"license.filename": "license",
"license.extension": ".txt",
"license.author": "Code Fox <c0de@c0de.dev>",
"license.default": "bsd-3-clause"
"license.default": "bsd-3-clause",
"ansible.python.interpreterPath": "./.venv/bin/python"
}