Sublime Forum

ST3 No Build System (Yosemite)

#1

OSX Yosemite
ST3

Out of box build systems work good. Example: I’m able to select Ruby and do Cmd+B and see it working.

However, unable to get even the simplest ‘New Build System’ to work. I intentionally tried using a simple build command “ls -l”.

.sublime-build file gets created in ~/Library/Application Support/Sublime Text 3/Packages/User/ with the content I saved.

Currently have the following lines in the custom build file. All I get is “No Build System” when I select the newly created custom build system and hit Cmd+B.

{
“cmd”: “ls -l”]
}

0 Likes