Sublime Forum

Open ST with subl://

#1

This will help integration with stack trace debug in web apps, e.g. github.com/charliesome/better_errors/

CFBundleURLTypes = ( { CFBundleURLName = "Sublime Text URL"; CFBundleURLSchemes = ( subl ); } );

0 Likes