my corona.sublime.build file seems to have got corrupted
i managed to get it going again with the below code.
But now every time i build, a new instance of Corona Simulator opens.
how can i fix this so i only reuse the open corona Simulator instance when building
{
“cmd”: ["/Applications/CoronaSDK/Corona Simulator.app/Contents/MacOS/Corona Simulator", “main.lua”]
}