2
I’m using visual studio code with Docker, but I can’t make VSC see the php executable. If I install php on my machine it sees normal. But via Docker, without success. Can anyone help? Thank you.
2
I’m using visual studio code with Docker, but I can’t make VSC see the php executable. If I install php on my machine it sees normal. But via Docker, without success. Can anyone help? Thank you.
Browser other questions tagged php visual-studio-code
You are not signed in. Login or sign up in order to post.
See if one of these links has the answer https://github.com/Microsoft/vscode/issues/13356 and here tb https://github.com/Microsoft/vscode/issues/533
– hugocsl
I appreciate the help. But these links are when php is installed on the machine. On my machine I use Docker which creates a virtual environment and then use php. Intellij IDEA can "see" the virtualized environment and uses php from there. vscode cannot do this configuration. I’ve lost most of the day.
– omag0