So, i'm using ST3, latest beta and I noticed that, out of blue, ST doesn't read build systems defined in project files.
Project file looks like so:
- Code: Select all
{
"folders": [{"path": "/F/work/project"} ],
"build_systems":
[{
"name": "deploy web",
"cmd": ["php.exe", "${project_path}\\app\\console", "assets:install", "web"],
"shell" : true
}]
}
The same build works just fine in ST2 and, until couple of hours ago, worked on ST3 as well. I didn't installed anything, i didn't change any settings, it basically stopped to work.
I tried to revert to default settings (removed sublime text 3 folder from appData) but nothing, the build doesn't show up in the available builds!
Any ideas? Thanks!