You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings,
if I have the path to a ruleset file defined as follows "phpmd.command": "${workspaceFolder}/vendor/bin/phpmd"
I get the following error:
But if I have it like: "phpmd.command": "./vendor/bin/phpmd"
I get no error output, maybe the explanation of the plugin should be updated so that their is an explanation that you can use the ./vendor/bin/phpmd syntax if you have it as a dependency in your project.
Or Autodiscover from composer the composer.json if it is a project dependency and if it is use that one.
The text was updated successfully, but these errors were encountered:
Hi, I got the error also on multi-root workspace, which with ${workspaceFolder:dirname} not parsed correctly, while without dirname it's OK although it automatically takes the first dirname (supposedly)
Greetings,
if I have the path to a ruleset file defined as follows
"phpmd.command": "${workspaceFolder}/vendor/bin/phpmd"
I get the following error:
But if I have it like:
"phpmd.command": "./vendor/bin/phpmd"
I get no error output, maybe the explanation of the plugin should be updated so that their is an explanation that you can use the
./vendor/bin/phpmd
syntax if you have it as a dependency in your project.Or Autodiscover from composer the composer.json if it is a project dependency and if it is use that one.
The text was updated successfully, but these errors were encountered: