Skip to content

Add a locator to search for environments in workspace file directory #21818

@karrtikr

Description

@karrtikr

It is defined as:

path.dirname(this.workspaceService.workspaceFile)

Suppose the workspace file is path/to/dir/example.code-workspace, workspace file directory is the path/to/dir directory. Locator can be added here:

(root: vscode.Uri) => [new WorkspaceVirtualEnvironmentLocator(root.fsPath), new PoetryLocator(root.fsPath)],

cc/ @karthiknadig

Metadata

Metadata

Assignees

Labels

area-environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionalityneeds PRReady to be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions