microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

Xdebug warning message always shows #1742

Open kale1d0code opened 1 year ago

kale1d0code commented 1 year ago

When running php scripts within a dev container I get the following message without any apparent way to silence it

Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9000

Steps to Reproduce:

  1. Setup php devcontainer
  2. run any php script