Skip to content

Commit

Permalink
Adopt codicons in call hierarchy (ref #86708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Solorio committed Mar 17, 2020
1 parent d59b8b0 commit 460e74e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ class ChangeHierarchyDirectionAction extends Action {
const update = () => {
if (getDirection() === CallHierarchyDirection.CallsFrom) {
this.label = localize('toggle.from', "Show Incoming Calls");
this.class = 'calls-from';
this.class = 'codicon codicon-call-incoming';
} else {
this.label = localize('toggle.to', "Showing Outgoing Calls");
this.class = 'calls-to';
this.class = 'codicon codicon-call-outgoing';
}
};
update();
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

2 comments on commit 460e74e

@miguelsolorio
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI @jrieken, will make a PR for the references extension shortly

@jrieken
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

Please sign in to comment.