Skip to content

Commit b6d9610

Browse files
committed
icon shading
1 parent 04050eb commit b6d9610

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

client/src/setupSidebar.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { join } from 'path';
12
import { ProviderResult, TreeDataProvider, TreeItem, TreeItemCollapsibleState, window } from 'vscode';
23

34

@@ -22,7 +23,7 @@ class ProcessingTreeItem extends TreeItem {
2223
) {
2324
super(label, collapsibleState);
2425
this.tooltip = `${this.label}-${this.version}`;
25-
// this.iconPath = join(__dirname, "..", "..", "media/processing.svg");
26+
this.iconPath = join(__dirname, "..", "..", "media/processing.svg");
2627
}
2728

2829

media/processing.svg

Lines changed: 5 additions & 3 deletions
Loading

0 commit comments

Comments
 (0)