Skip to content

Commit 0c235f6

Browse files
committed
remove nested globes in envs explorer
1 parent f0d3ec5 commit 0c235f6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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)