forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
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
- default/
- envs/
- program-2/ # in other language
- .git/
- program-1/
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
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitytriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team