We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
venv Environments
venv
1 parent c7c9025 commit 675a430Copy full SHA for 675a430
src/managers/builtin/venvManager.ts
@@ -61,7 +61,7 @@ export class VenvManager implements EnvironmentManager {
61
public readonly log: LogOutputChannel,
62
) {
63
this.name = 'venv';
64
- this.displayName = 'venv Environments';
+ this.displayName = 'venv';
65
this.description = VenvManagerStrings.venvManagerDescription;
66
this.tooltip = new MarkdownString(VenvManagerStrings.venvManagerDescription, true);
67
this.preferredPackageManagerId = 'ms-python.python:pip';
0 commit comments