Skip to content

[Feature request] Disable automatically making the root folder a Python project #634

@renan-r-santos

Description

@renan-r-santos

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

Image Image

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions