Skip to content

Commit 9ecfd3c

Browse files
authored
remove python icon from poetry manager (#536)
fixes #526
1 parent 1449393 commit 9ecfd3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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)