-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP Remote Debugger #4
Comments
You are free to run PHP on a remote host and connecting the debugger to it, that already works |
That is an xDebug feature which is different than executing code such as composer, phpcs on remote server from the IDE :-) |
@felixfbecker Would you please post all your PHP, VS Code, XDebug etc configs so the rest of the world could achieve the same results? |
@RoestVrijStaal I don't use this myself. All the things I know to work are outlined in the README |
In other words, this project is pretty much unmaintained nowadays? |
I opened an issue on main VSCode which they said to be something which can be implemented through the PHP extension microsoft/vscode#43636 (comment)
I am not sure if this is something you or community would be interested in having it. I also see something similar for python microsoft/vscode-python#79
The text was updated successfully, but these errors were encountered: