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