I have the example below with two folders each having a different uv environment, and the parent folder just as a container.
My local settings.json has this:
"python-envs.pythonProjects": [
{
"path": "project_A",
"envManager": "ms-python.python:venv",
"packageManager": "ms-python.python:pip"
},
{
"path": "project_B",
"envManager": "ms-python.python:venv",
"packageManager": "ms-python.python:pip"
}
],
Could we have a way to disable automatically making the root folder a Python project?
uv_projects.zip

I have the example below with two folders each having a different
uvenvironment, and the parent folder just as a container.My local
settings.jsonhas this:Could we have a way to disable automatically making the root folder a Python project?
uv_projects.zip