Damjan Cvetko
Damjan Cvetko
Yes, if the connection is unstable then it can probably be a pain. If you don't have a defined workflow, you can probably make a task like here https://code.visualstudio.com/docs/editor/tasks and...
I'll leave it open, and figure out where to document cases like this... I think it's a bit too much for the main README, but I should definitely make a...
Internally the Debug Adapter (this extension) already provides this metadata to the VSCode IDE, but that's not shown in any way in the UI. It's been a while since I...
Hi @mjohn425 ! Thanks for reporting. I'll try to reproduce the issue as you described. I had an idea to provide a vscode command for proxy init and stop, just...
Hi! I don't think I have a way to influence this. It's just how VS Code presents the data it's sent from the Debug Adapter. However I'm implementing an alternative...
I can get to my PC right now so perhaps you can just try to compile that other branch and try it. I think it should work. Regarding the event,...
Hi! I fixed the bug, however you were not running the extension the right way - my fault. Without going to deep do the following: In the project select "Launch...
That's the idea, to treat separate Xdebug/DBGp connection as separate IDE debug sessions. The problem is it depends on VS Code Extension infrastructure, that other IDEs, that might be using...
Hi, thanks for the feedback. Maybe it has something to do with the crazy things you can do with the `insteadof` and `as` keywords. See "Conflict resolution" in https://www.php.net/manual/en/language.oop5.traits.php .
But then again, I can't imagine this be the reason... I tried commenting out `Node\TraitUseClause` to see if any of the tests in php-intellisense break and there was no problem...