From 1a1d5cc03e4b3bed0679eb0feb355fe766256a59 Mon Sep 17 00:00:00 2001 From: Lino Schmidt Date: Fri, 8 Jul 2022 22:53:31 +0200 Subject: [PATCH] Fixed python dependency not found in vscode --- .vscode/settings.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3617397 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "python.analysis.extraPaths": [ + "./dependencies/windows/blender/3.2/scripts/modules", + "./dependencies/linux/blender/3.2/scripts/modules" + ] +} \ No newline at end of file