misc: Add "src/python" to vscode Python Analysis Paths (#1647)
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.
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"python.analysis.extraPaths": [
|
||||
"src/python"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user