# HG changeset patch # User drewp@bigasterisk.com # Date 2022-05-11 06:10:54 # Node ID 9cfcb16f2c5ac46bea48d506d7372e0a9786cd13 # Parent 9aa046cc9b330e18259d679a41dd99ad2d3e66e1 ide diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"], + "python.analysis.extraPaths": [ + "__pypackages__/3.9/lib" + ], + "python.analysis.diagnosticMode": "workspace" +} + diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,4 @@ +{ + "exclude": ["__pypackages__"] +} +