Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #756 from azawawi/master
Browse files Browse the repository at this point in the history
Fix #732: Tree-view API is not being called on startup
  • Loading branch information
lee-dohm committed Apr 24, 2016
2 parents 22da788 + f5f655b commit 665cc06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports =
consumeFileIcons: (service) ->
FileIcons.setService(service)
@fileIconsDisposable = service.onWillDeactivate -> FileIcons.resetService()
@treeView?.updateRoots()

serialize: ->
if @treeView?
Expand Down

0 comments on commit 665cc06

Please sign in to comment.