Damjan Cvetko
Damjan Cvetko
I'm revisiting this issue now. I'll probably just include the missing file, but I want to understand it better. There is also #60 and #67 that deal with related issues....
I think this is a better way to go... There is one problem with the `runInTerminal`. There is currently no DAP message that would indicate that the process has completed....
I think there is not much usage of the "run currently open script" and similar... I wanted to invest some time into some basic telemetry for some time. That would...
Hi. Interesting, that it works with TCP (port 9003) but not with unix sockets. Since there is no xdebug.log, I suggest you add `xdebug_info()` to the end of the script...
I suggest merging #378 first, as that one is bigger and includes package fixes already.
Hi. Indeed there were some changes in this area. You can install an older version of the plugin in the Extensions side bar. Can you try it with an older...
Ah yes. We migrated the extension to a new publisher, so thats probably not possible. Can you try to produce the log instead? Add `log: true` to your launch.json an...
Interesting, since this par of the log says it cannot fetch `$database`. Is that a global or some other special variable? Ate you at the top of the stack or...
There two have positive responses... Do they also take 3 seconds? Do they show up the same time the `evaluateResponse` is logged?
Ok, so the delay could come in before hovering is triggered. Maybe in the extension https://code.visualstudio.com/api/references/vscode-api#EvaluatableExpression ... I'll try to reproduce it here, but I have not yet seen a...