From 5360d245436712cb48e917ffe4d4e4f0ee0d73c1 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 24 Oct 2024 13:01:13 -0500 Subject: [PATCH] python analysis extraPath (import resolution) --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9212dca --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "python.analysis.extraPaths": [ + "./backend/" + ] +} \ No newline at end of file