Last active
August 28, 2015 21:01
-
-
Save clamstew/e1c9651286c77e042f7e to your computer and use it in GitHub Desktop.
Hide Sublime Text 3's folder and file icons in the sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "class": "icon_file_type", | |
| "content_margin": [0,0] | |
| }, | |
| { | |
| "class": "icon_folder", | |
| "content_margin": [0,0] | |
| }, | |
| { | |
| "class": "icon_folder_loading", | |
| "content_margin": [0,0] | |
| } | |
| ] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this solves the issue if you have 2 folder icons in sublime text 3