Files
gem5/.vscode/settings.json
Bobby R. Bruce 3443788013 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.
2024-10-09 14:46:54 -07:00

6 lines
67 B
JSON

{
"python.analysis.extraPaths": [
"src/python"
]
}