forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked onverifiedVerification succeededVerification succeeded
Milestone
Description
The documentation for worksapceFolder
is as follows
/**
* Any specific workspace folder this environment is created for.
*/
readonly workspaceFolder: Uri | undefined;
However when I resolve the environment the value is the folder of the enviornment it self.
See below,
- Workspace folder in vscode is the folder
stuff
- The virtual enviornment is
.vengWidgets
and this is insidestuff
folder - However the value for
workspaceFolder
is.venvWidgets
This causes issues as we exclude environments that do not belong to the current workscape folder stuff
Metadata
Metadata
Assignees
Labels
area-environmentsFeatures relating to handling interpreter environmentsFeatures relating to handling interpreter environmentsauthor-verification-requestedIssues potentially verifiable by issue authorIssues potentially verifiable by issue authorbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugneeds PRReady to be worked onReady to be worked onverifiedVerification succeededVerification succeeded