Can no longer debug in VS Code after Local update

Hey,

I ran into exactly this issue - when Local updated recently my xDebug with VSC stopped working

This thread has the solution that worked for me (updating the xdebug settings in php.ini.hbs)

EDIT: Caveat, i could only get it working when downgrading my php version from 7.4.30 to 7.3.5 (which also downgrades the xDebug version)

Will need more testing, but for now that works for me