Changeset - 9cfcb16f2c5a
[Not reviewed]
default
0 0 2
drewp@bigasterisk.com - 3 years ago 2022-05-11 06:10:54
drewp@bigasterisk.com
ide
2 files changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.vscode/settings.json
Show inline comments
 
new file 100644
 
{
 
    "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
 
    "python.analysis.extraPaths": [
 
        "__pypackages__/3.9/lib"
 
    ],
 
    "python.analysis.diagnosticMode": "workspace"
 
}
 
  
pyrightconfig.json
Show inline comments
 
new file 100644
 
{
 
    "exclude": ["__pypackages__"]
 
}
 

	
0 comments (0 inline, 0 general)