-
Notifications
You must be signed in to change notification settings - Fork 41
My project type was incorrectly identified. #1108
Copy link
Copy link
Open
Labels
area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalIssue related to activation. Root cause can be from interpreter selection or activation in terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmation-pendingThe issue needs to be confirmed through a maintainer reproducing the bug.The issue needs to be confirmed through a maintainer reproducing the bug.info-neededIssue requires more information from posterIssue requires more information from posterneeds spiketriage-needed
Metadata
Metadata
Assignees
Labels
area-activationIssue related to activation. Root cause can be from interpreter selection or activation in terminalIssue related to activation. Root cause can be from interpreter selection or activation in terminalbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugconfirmation-pendingThe issue needs to be confirmed through a maintainer reproducing the bug.The issue needs to be confirmed through a maintainer reproducing the bug.info-neededIssue requires more information from posterIssue requires more information from posterneeds spiketriage-needed
Version
版本: 1.108.0 (system setup)
提交: 94e8ae2b28cb5cc932b86e1070569c4463565c37
日期: 2026-01-08T13:53:10.781Z
Electron: 39.2.7
ElectronBuildId: 12953945
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.22621
Description
When I create and open a workpace, then i add three folders to the workpace. Two of the folders are python projects, and the third forder is vue3+electron project.
Out of vscode, I add the miniforge3/condabin to the path, and I create a conda environment.
Now, I open the workpace with three folders, then in Python Environments window, I find "Python Projects" folder has three items, but my vue3+electron is not python project, I select the conda environment create above for the two python projects, and leave the vue3+electron project not seted.
In the case above, when I config "python.terminal.activateEnvironment": true in user settings.json and config "python.terminal.activateEnvironment": false in my vue3+electron project/.vscode/settings.json, the config doesn't work, because when i right click the vue3+electron project and choose "open in Integrated Terminal", the terminal was opened and the conda env was auto activated, it's bad!!!