Skip to content

search pixi python interpreter in subdirectory #25374

@wohenbushuang

Description

@wohenbushuang

Hi. I use pixi for python projects. My workspace structure is usually like:

  • root/
    • doc/
    • data/
    • code/
      • program-1/
        • .git/
        • .pixi/
          • envs/
            • default/
              • python.exe
      • program-2/ # in other language
        • .git/

doc/ is for the whole project, and files are in MS Office or PDF format that not needed to be managed by git. The code-related docs for specific programs can be put in its code/program-*/ subdirectory and be managed by git.
data/ has a large size and doesn't need to be managed by git.
The reason to open root/ in workspace: quicker to preview doc/ and data/

For now, vscode git can identify each repos under different subdirectories. But pixi python interpreter need to be manaually specified.

Can you allow python intepreters of pixi in subdirectory be auto detected and can be options in the "select python interpreter" dropdown menu?

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-team

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions