annotate .vscode/settings.json @ 2047:9cfcb16f2c5a

ide
author drewp@bigasterisk.com
date Tue, 10 May 2022 23:10:54 -0700
parents
children be860a233793
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2047
drewp@bigasterisk.com
parents:
diff changeset
1 {
drewp@bigasterisk.com
parents:
diff changeset
2 "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"],
drewp@bigasterisk.com
parents:
diff changeset
3 "python.analysis.extraPaths": [
drewp@bigasterisk.com
parents:
diff changeset
4 "__pypackages__/3.9/lib"
drewp@bigasterisk.com
parents:
diff changeset
5 ],
drewp@bigasterisk.com
parents:
diff changeset
6 "python.analysis.diagnosticMode": "workspace"
drewp@bigasterisk.com
parents:
diff changeset
7 }
drewp@bigasterisk.com
parents:
diff changeset
8