Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Dec 30, 2023
1 parent 91b31a0 commit 56b3aae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugin/tree/bundles/bundlesTreeItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class BundlesTreeItem extends vscode.TreeItem {
light: Constants.EXTENSION_CONTEXT.asAbsolutePath(path.join('resources', 'light', 'folder.svg')),
dark: Constants.EXTENSION_CONTEXT.asAbsolutePath(path.join('resources', 'dark', 'folder.svg')),
}
//https://code.visualstudio.com/api/references/icons-in-labels
: new vscode.ThemeIcon('archive');
}

Expand Down

0 comments on commit 56b3aae

Please sign in to comment.