housekeeping
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -20,7 +20,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Python: FastAPI",
|
||||
"type": "python",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"module": "brewman",
|
||||
"args": [],
|
||||
|
||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -1,5 +1,5 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.12/bin/python",
|
||||
"python.interpreterPath": "/home/tanshu/.cache/pypoetry/virtualenvs/brewman-C3_Ccu4O-py3.13/bin/python",
|
||||
"files.exclude": {
|
||||
"**/__pycache__": true,
|
||||
"**/.mypy_cache": true,
|
||||
@ -13,5 +13,6 @@
|
||||
"**/node_modules": true,
|
||||
"**/package-lock.json": true,
|
||||
"/overlord/.angular/**": true,
|
||||
}
|
||||
},
|
||||
"makefile.configureOnOpen": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user