I’ve created the following build system
{
“cmd”: [“php”, “$file”],
“selector”: “source.php”
}
However, when I run it I get a “No Build System” message. No other error message that I can see.
Running php from the commandline works as expected. Note that I’ve tried many variants on the php build system as I’ve found online. They’ve all saved correctly (php is a build option on the build systems list), they just don’t do anything when I try to use them.