Skip to content

Commit c28244a

Browse files
Add missing property per VSCode
1 parent 21ed9c9 commit c28244a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

apps/package-json/src/contributes/contributes-tree-view.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { VerifyNLS } from './helpers/verify-nls';
66
export const IDL_TREE_VIEW = {
77
id: IDL_TREE_VIEW_ID,
88
name: '%idl.tree.name%',
9+
icon: 'extension/images/idlicon.svg',
910
};
1011

1112
/**

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,8 @@
17481748
"idl-view": [
17491749
{
17501750
"id": "idl-tree",
1751-
"name": "%idl.tree.name%"
1751+
"name": "%idl.tree.name%",
1752+
"icon": "extension/images/idlicon.svg"
17521753
}
17531754
]
17541755
},

0 commit comments

Comments
 (0)