This allows vscode to resolve python imported from "src/python". Warnings regarding these imports are numerous and the issue stops users of vscode to utilizubg features like navigating the codebase though "Go to Definition" queries on imported classes/functions.
6 lines
67 B
JSON
6 lines
67 B
JSON
{
|
|
"python.analysis.extraPaths": [
|
|
"src/python"
|
|
]
|
|
}
|