Skip to content

Commit 675a430

Browse files
committed
fix: change venv Environments to venv
1 parent c7c9025 commit 675a430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/builtin/venvManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export class VenvManager implements EnvironmentManager {
6161
public readonly log: LogOutputChannel,
6262
) {
6363
this.name = 'venv';
64-
this.displayName = 'venv Environments';
64+
this.displayName = 'venv';
6565
this.description = VenvManagerStrings.venvManagerDescription;
6666
this.tooltip = new MarkdownString(VenvManagerStrings.venvManagerDescription, true);
6767
this.preferredPackageManagerId = 'ms-python.python:pip';

0 commit comments

Comments
 (0)