WEFT_OS/.vscode/settings.json

9 lines
205 B
JSON
Raw Normal View History

{
"python-envs.pythonProjects": [
{
"path": "docu_dev/old",
"envManager": "ms-python.python:venv",
"packageManager": "ms-python.python:pip"
}
]
}