Hi. The extension is here https://open-vsx.org/extension/xdebug/php-debug and it is published to ovsx automatically. https://github.com/xdebug/vscode-php-debug/actions/runs/4489590958/jobs/7895985226
It on Microsoft Marketplace this extension was renamed and now redirects. I don't know if that's possible on OVSX.
I see that the latest version published on openvsx.org is 1.22.0
It would be nice if the latest version of vscode-php-debug extension was published on open-vsx.org as well
Reported that Copy All on debug console does not work. Possibly only on Linux, or when running Xdebug Cloud. Research null character possible cause.
You must use forward-slashes only in glob expressions
.Closing this as solved in #890 and #892
Test how to properly match namespaced exceptions
fix: improve logging of cloud connection (#888)
fix: ignore exception patterns and namespaces (#892)
fix: Ignore Exception patterns
Update launch.json
docs: Changelog and Docs update
docs: Changelog and Docs update
fix: ignore exception patterns and namespaces (#892)
fix: Ignore Exception patterns
Update launch.json
fix: improve logging of cloud connection (#888)
namedVariables
is correctly returned as being larger than the actual number of returned variables, but VS Code refuses to do any follow-up requests for paging or show any UI. I guess it is not implemented yet?
Will close this as it was implemented in #805 with indexedVariables.
I've made a separate PR where I implemented * and ** matching. Please look at https://github.com/xdebug/vscode-php-debug/pull/892/files#diff-df0963a80e4aa05ab41c92cb55f6a3d1e0426a27d746bf5cf3c6ad5bc706e25d for all the cases and let me know if I missed something.
I need to thoroughly test this on Linux and Mac too. Will try to do this evening.
There is also this option: minimatch(response.exception.name, glob, { windowsPathsNoEscape: true })
but I think it only works if the code runs on windows. So I'll need to find another implementation.
Yes, I noticed and opened an issue for me #890. I'd still like to have wildcard matching so I'm gonna write a few more tests for it.
Test how to properly match namespaced exceptions
fix: improve logging of cloud connection