Background
VSCode is now an extremely popular IDE and as a consequence xDebug is heavily used in this IDE.
The Issue
On the Settings page there is no file_link_format example for VSCode
https://xdebug.org/docs/all_settings#file_link_format
I had to use ChatGPT to figure it out, but my first place to look was this page.
Proposed Solution
Please can you add a file_link_format example for VSCode
I use this
xdebug.file_link_format = "vscode://file/%f:%l"
- I am using Windows 11 Pro
Thanks