From 8d347f4e3f981b31d8187fa5577bf4344e0655a4 Mon Sep 17 00:00:00 2001 From: c0de Date: Sun, 21 Jan 2024 13:02:05 -0500 Subject: [PATCH] save the python interpreter path --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c4af75e..7aeff60 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,6 @@ "license.filename": "license", "license.extension": ".txt", "license.author": "Code Fox ", - "license.default": "bsd-3-clause" + "license.default": "bsd-3-clause", + "ansible.python.interpreterPath": "./.venv/bin/python" }