Damjan Cvetko
Damjan Cvetko
Please reopen if needed.
Hi. Path mappings aren't at a functional level to support this (probably). Derick is currently working on this inside Xdebug https://xdebug.org/funding/001-native-path-mapping However, I would like to know what exactly is...
Hi @jsantos42 thanks for the info and sorry for the late reply. Not sure what's up with the configurations, they both should work as they look the same. What I...
Indeed. I'll have a look. Thanks.
Thanks. I'll try to take a look... time permitting.
The difference is in `Symfony\Component\Process\ExecutableFinder`. Box 4.5.0 uses `symfony/process:v6.1.3` and Box 4.6.6 uses `symfony/process:v7.2.4`. The old one had a list of suffixes where `.phar` would be appended:  The new...
The vscode extension vscode-php-intellisense is looking for your php.exe so it can run the language services. It tries to look for it in the following config keys - first wins:...
Cannot reproduce. See if you can upload the log from debug console for the whole session, 
No feedback, closing issue.
Yes. It doesn't block locally. Will see what I can find. Also, a lot of tests fail due to different line endings. I can fix some, but an easy fix...