brewman/.vscode/settings.json

18 lines
497 B
JSON
Raw Normal View History

2022-07-29 01:58:09 +00:00
{
2024-05-31 01:57:37 +00:00
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.12/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,
2023-08-04 15:31:12 +00:00
"/overlord/.angular/**": true,
2022-07-29 01:58:09 +00:00
}
2024-05-31 01:57:37 +00:00
}