This commit adds the "python.analysis.extraPaths" setting to the VSCode settings.json file. The setting includes the "./code/src/features" directory as an additional path for Python analysis. This change improves the analysis capabilities within the VSCode environment. Closes #3
4 lines
60 B
JSON
4 lines
60 B
JSON
{
|
|
"python.analysis.extraPaths": ["./code/src/features"]
|
|
}
|