lando / docs

The main docs site for Lando
https://docs.lando.dev/
GNU General Public License v3.0
20 stars 56 forks source link

Docs for Lando, Platform.sh and Xdebug not working #167

Open chris-archer-whisky opened 2 years ago

chris-archer-whisky commented 2 years ago

I have tried t documentation for this: https://docs.lando.dev/config/platformsh.html#caveats-and-known-issues

After following docs Xdebug installed but I could not connect to it with PHPStorm. The config in lando.yml that worked for me was:


recipe: platformsh
config:
  id: PROJECT_ID
  overrides:
    app:
      runtime:
        extensions:
          - xdebug
  variables:
    app:
      php:
        xdebug.idekey: PHPSTORM
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions and please check out this if you are wondering why we auto close issues.