This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
pass2bw/.vscode/settings.json

6 lines
113 B
JSON

{
"python.pythonPath": ".venv/bin/python3",
"files.watcherExclude": {
"**/.venv/**": true
}
}