Evgeny Dobrinin
Evgeny Dobrinin
@zobo thank you! - VS Code runs on MacOS host - correct - right, this file is the entry point. `${workspaceFolder}` matches `/var/www/html` inside the container - correct
@zobo unfortunately, nothing helped. The same error "Failed initializing connection 2: connection closed (on close)" appears again or nothing happens at all I'll try containerize VSCode
Well, the same inside the container Launch.json: ```json { "name": "Listen for Xdebug", "type": "php", "request": "launch", "port": 9003 } ``` I always see the same error "Failed initializing connection...
@zobo same. Tried to debug inside and outside the container