brewman/.vscode/settings.json

16 lines
457 B
JSON
Raw Permalink Normal View History

2022-07-29 01:58:09 +00:00
{
2023-07-23 03:30:19 +00:00
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.11/bin/python",
2022-07-29 01:58:09 +00:00
"files.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
".idea": true,
"**/node_modules": true,
},
"search.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
".idea": true,
"**/node_modules": true,
"**/package-lock.json": true,
}
}