Skip to content

Commit 4b10b39

Browse files
authored
remove nested globes in envs explorer (#516)
fixes #326
1 parent d0dab01 commit 4b10b39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/managers/builtin/utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CancellationToken, LogOutputChannel, ProgressLocation, QuickPickItem, ThemeIcon, Uri, window } from 'vscode';
1+
import { CancellationToken, LogOutputChannel, ProgressLocation, QuickPickItem, Uri, window } from 'vscode';
22
import {
33
EnvironmentManager,
44
Package,
@@ -85,7 +85,6 @@ function getPythonInfo(env: NativeEnvInfo): PythonEnvironmentInfo {
8585
description: undefined,
8686
tooltip: env.executable,
8787
environmentPath: Uri.file(env.executable),
88-
iconPath: new ThemeIcon('globe'),
8988
sysPrefix: env.prefix,
9089
execInfo: {
9190
run: {

0 commit comments

Comments
 (0)