-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build system menu item in ST3 #73
Comments
Hmm, I'm not sure if I follow you, but this package does have a |
In Sublime Text 3 the In other words, instead of staying hidden away for development, the file is triggering the creation of a new build system option for regular users. And one with a broken name in that it gives no indication what it is for (the name in the menu is literally |
Aaah, I see now, good spot! Thanks so much for reporting! I've just done a bit of research and couldn't find any option to hide or rename the option from the The only thing I can think of is to maybe use Package Control APIs and automatically delete the file post install: https://packagecontrol.io/docs/events I don't use Handlebars much these days and have very little time to maintain this package, would you be up for giving this a try and submitting a PR? |
Added a note about this issue and the workaround in the README, closing for now as programatically deleting the file sounds like a complicated solution. |
When installed for Sublime Text 3, an item named '.sublime-build' is added to the build system menu (Tools > Build System).
Running 'zip -d Handlebars.sublime-package ".sublime-build"' resolved this issue for me. I don't know if this breaks anything else, but highlighting still seems to work properly.
This is for version v2015.09.05.15.51.58 with Sublime Text 3, Build 3083.
The text was updated successfully, but these errors were encountered: