Created
June 3, 2015 21:32
-
-
Save mghdotdev/2cfc62e6a0e106f66fb5 to your computer and use it in GitHub Desktop.
Sublime: "File: Open Containing Folder..." Command
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
Show hidden characters
| [ | |
| { | |
| "caption": "File: Open Containing Folder...", | |
| "command": "open_containing_folder", | |
| "args": { | |
| "files": ["$file_path/$file_name"] | |
| } | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment