Files
brewman/.vscode/settings.json
Amritanshu 11d43f08af Chore: Made imports cleaner.
Chore: VS Code pylance created typings, ignoring them.
2025-06-29 20:10:54 +00:00

24 lines
678 B
JSON

{
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.13/bin/python",
"files.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
".idea": true,
"**/node_modules": true,
"typings": true,
},
"search.exclude": {
"**/__pycache__": true,
"**/.mypy_cache": true,
".idea": true,
"**/node_modules": true,
"**/package-lock.json": true,
"/overlord/.angular/**": true,
"typings": true,
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"makefile.configureOnOpen": false
}