How can I edit all the build systems so as to delete some ones or to change others ? Indeed I have added a personal build but it does not work...
相关问题
- X-I.: command not found, and failed to build certa
- Maven - Access properties on parent pom from a chi
- How to run code in Sublime text 2 python
- TFS 2010 : Use the label name in build number form
- Can't compile Artifactory 7.10.2
相关文章
- Handling ffmpeg library interface change when upgr
- Build errors of missing packages in Visual Studio
- Forcing a TFS2010 workflow build to FAIL instead o
- Use Eclipse classpath variable to replace absolute
- How to add String parameter to Jenkins with option
- How to pass a build number within the MultiJob plu
- intellij build jar artifact containing gradle depe
- React/RCTBridgeDelegate.h' file not found
Build systems are located in
.sublime-build
files in subdirectories of thePackages
directory, which can be located by going toPreferences -> Browse Packages
. For example, the Python build system is inPackages/Python/Python.sublime-build
.If you're having problems, the unofficial docs and the reference should provide some assistance.