jon-b
3/7/2014 - 7:28 AM

{site_name}.sublime-project

{
    "folders": [{
        "follow_symlinks": true,
        "path": ".",
    }],
    "settings": {
        "xdebug": {
            // Replace {site_name} throughout, your paths may vary depending on our config
            "path_mapping": {
                "/vagrant/www/{site_name}": "~/VVV/www/{site_name}",
            },
            "url": "http://lcl.{site_name}.com/",
            "super_globals": true,
            "close_on_stop": true
        }
    }
}