Skip to content

Instantly share code, notes, and snippets.

@abe33
Last active August 29, 2015 14:08
Show Gist options
  • Save abe33/173199c218d6c01b9de0 to your computer and use it in GitHub Desktop.
Save abe33/173199c218d6c01b9de0 to your computer and use it in GitHub Desktop.
Filter deprecated packages
atom.workspaceView
.find('.deprecation').hide()
.find('.list .list-item:not(:first-child)').hide()
.find('.stack-line-location[href*="<filter-expression>"]')
.parents('.list .list-item').show()
.parents('.deprecation').show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment