Skip to content

Commit 8b0d361

Browse files
committed
Revert "Change icons to eclipse ones for temporary use"
This reverts commit deef715.
1 parent 6f1827d commit 8b0d361

7 files changed

Lines changed: 3 additions & 12 deletions

File tree

icons/dark/subtypehierarchy.png

-651 Bytes
Binary file not shown.

icons/dark/supertypehierarchy.png

-686 Bytes
Binary file not shown.

icons/dark/typehierarchy.png

-544 Bytes
Binary file not shown.

icons/light/subtypehierarchy.png

-645 Bytes
Binary file not shown.

icons/light/supertypehierarchy.png

-677 Bytes
Binary file not shown.

icons/light/typehierarchy.png

-540 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -863,30 +863,21 @@
863863
{
864864
"command": "java.action.showClassHierarchy",
865865
"title": "Show Class Hierarchy",
866-
"icon": {
867-
"dark": "./icons/dark/typehierarchy.png",
868-
"light": "./icons/light/typehierarchy.png"
869-
},
866+
"icon": "$(type-hierarchy)",
870867
"enablement": "typeHierarchyDirection != both && typeHierarchySymbolKind != 10",
871868
"category": "Java"
872869
},
873870
{
874871
"command": "java.action.showSupertypeHierarchy",
875872
"title": "Show Supertype Hierarchy",
876-
"icon": {
877-
"dark": "./icons/dark/supertypehierarchy.png",
878-
"light": "./icons/light/supertypehierarchy.png"
879-
},
873+
"icon": "$(type-hierarchy-super)",
880874
"enablement": "typeHierarchyDirection != parents",
881875
"category": "Java"
882876
},
883877
{
884878
"command": "java.action.showSubtypeHierarchy",
885879
"title": "Show Subtype Hierarchy",
886-
"icon": {
887-
"dark": "./icons/dark/subtypehierarchy.png",
888-
"light": "./icons/light/subtypehierarchy.png"
889-
},
880+
"icon": "$(type-hierarchy-sub)",
890881
"enablement": "typeHierarchyDirection != children",
891882
"category": "Java"
892883
},

0 commit comments

Comments
 (0)