Damjan Cvetko

Results 297 comments of Damjan Cvetko

Just if anybody stumbles upon this, how I curranty work around is by adding a repository in my `composer.json` ```json { "repositories": { { "type": "package", "package": { "name": "elastic/apm-agent",...

The "outsourced" error is known and I have yet to get to this: https://github.com/phpactor/vscode-phpactor/issues/113 The other message indicates your are not using the bundled phpactor phar but rather something on...

Maybe you could get it working if you make a shell script that calls docker run ... and passes all arguments via $@. However you'll also need to do some...

Because it's not an executable but an executable with arguments. I suggest to start here https://code.visualstudio.com/docs/devcontainers/containers Just install vscode remote comtainer extension and attach to your running docker. Then install...

TextDocument inline value is used by IDE to get a list of variables that can be evaluated by the debugger for a range in the document. These get displayed on...

Sorry for the late reply, I'll try to be more exact. The Inline values request all evaluatable variables within a document section. The end result is something like this (random...

Related PR https://github.com/phpactor/language-server-protocol/pull/19

Sorry, wasn't explicit that I intend to work on this. 😀 And as you said, there's probably already everything needed in there.

Hello. I do not think this is possible with Xdebug. But you could probably implement a setter magic function and set up a conditional breakpoint there.