Hey,
For my project I have defined a new build system (for lime):
"build_systems":
{
"name": "FastGame",
"cmd": "lime","test","linux","-debug"]
}
]
Now, when I run it, it always run in the directory of the current file. Can I make it always run in the root directory of my project?