From 4a9bee71ae3205e712e3aec71fc500cadc15393c Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:16:11 -0600 Subject: [PATCH] workspace updates --- ad-nix.code-workspace | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ad-nix.code-workspace b/ad-nix.code-workspace index 9f92932..a1d725f 100644 --- a/ad-nix.code-workspace +++ b/ad-nix.code-workspace @@ -14,6 +14,12 @@ }, ], "settings": { - "python.defaultInterpreterPath": "/usr/src/app/.venv/bin/python3" + "python.defaultInterpreterPath": "/usr/src/app/.devenv/state/venv/bin/python3", + "python.analysis.extraPaths": [ + "/usr/src/app" + ], + "ruff.interpreter": [ + "/usr/src/app/.devenv/state/venv/bin/python3" + ], } } \ No newline at end of file