{
    "folders": [{
        "follow_symlinks": true,
        "path": "."
    }],
    "build_systems": [{
        "name": "Cake",
        "cmd": ["cake", "sbuild"],
        "shell": true,
        "working_dir": "${project_path}"
    }]
}