added shared code to vscode pylance path

This commit is contained in:
Yannic Kilcher
2022-12-19 19:11:00 +01:00
parent 81b3bbb6d2
commit 54d5d55415
+2 -1
View File
@@ -1,3 +1,4 @@
{
"python.formatting.provider": "black"
"python.formatting.provider": "black",
"python.analysis.extraPaths": ["${workspaceFolder}/oasst-shared"]
}