annotate .vscode/settings.json @ 5:5a99bde7a506

stub py service for console
author drewp@bigasterisk.com
date Mon, 13 Mar 2023 18:52:00 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
1 {
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
2 "python.analysis.extraPaths": [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
3 "${workspaceFolder}/__pypackages__/3.10/lib"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
4 ],
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
5 "python.autoComplete.extraPaths": [
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
6 "${workspaceFolder}/__pypackages__/3.10/lib"
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
7 ]
5a99bde7a506 stub py service for console
drewp@bigasterisk.com
parents:
diff changeset
8 }