Files
backend/Flask-Backend-All.code-workspace
Disledg ea68528365 Revert "Пиздец очередной"
This reverts commit bfe898f10ac9a85114ee753ae2323f213b420d38.git
2024-12-21 18:48:48 +03:00

14 lines
233 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"python.defaultInterpreterPath": "./../Flask/bin/python",
"python.analysis.extraPaths": [
"./Flask/lib/python3.11/site-packages"
]
}
}