Skip to content

Commit 3826d4b

Browse files
committed
remove python icon from poetry manager
1 parent b8d1a91 commit 3826d4b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/managers/poetry/poetryManager.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import * as path from 'path';
2-
import { Disposable, EventEmitter, MarkdownString, ProgressLocation, ThemeIcon, Uri } from 'vscode';
2+
import { Disposable, EventEmitter, MarkdownString, ProgressLocation, Uri } from 'vscode';
33
import {
44
DidChangeEnvironmentEventArgs,
55
DidChangeEnvironmentsEventArgs,
@@ -49,7 +49,6 @@ export class PoetryManager implements EnvironmentManager, Disposable {
4949
this.displayName = 'Poetry';
5050
this.preferredPackageManagerId = 'ms-python.python:poetry';
5151
this.tooltip = new MarkdownString(PoetryStrings.poetryManager, true);
52-
this.iconPath = new ThemeIcon('python');
5352
}
5453

5554
name: string;

0 commit comments

Comments
 (0)