forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.
Description
(per instructions in: #23706 (comment))
In our team some have this problem and for some it just works.
Background:
- system uses Python 3.10 (Ubuntu 22.04)
- pyenv is installed and provides 3.12.2
u30576@DCL0004:~$pyenv versions
* system (set by /home/u30576/.pyenv/version)
3.12.2We have different Python projects (we use hatch) and we are moving them over to 3.12.x.
We therefore have to select interpreter choose workspace and then pick among the following:
The hatch project has two environments in addition to the default: lint (black, flake8) and test (pytest etc). These are shown for 3.10.12 but not for 3.12. Why?
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds spikeLabel for issues that need investigation before they can be worked on.Label for issues that need investigation before they can be worked on.

