-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Hello,
I'm guessing if its possible to run phpcbf in vscode through a docker container (or image). I'm trying to configure phpcbf.executablePath with value below but it's not working:
"phpcbf.executablePath": "docker exec -it name_of_container /bin/sh -c '/var/www/html/vendor/bin/phpcbf \"$@\"' -- ",Giving me this error:
PHPCBF: spawn docker exec -it name_of_container /bin/sh -c '/var/www/html/vendor/bin/phpcbf "$@"' -- ENOENT. executablePath not found.
Could anyone help me make this work?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels