Mercurial > code > home > repos > racc
diff .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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.vscode/settings.json Mon Mar 13 18:52:00 2023 -0700 @@ -0,0 +1,8 @@ +{ + "python.analysis.extraPaths": [ + "${workspaceFolder}/__pypackages__/3.10/lib" + ], + "python.autoComplete.extraPaths": [ + "${workspaceFolder}/__pypackages__/3.10/lib" + ] +} \ No newline at end of file