Skip to content

Conversation

@brandonpayton
Copy link
Member

Motivation for the change, related issues

This PR tweaks a couple of strings around Playground CLI messaging noticed by @fellyph and I while discussing Xdebug IDE integration documentation this afternoon,.

Implementation details

This PR:

  • Makes the message for an error with a cause a bit clearer by placing a ":" after "caused by".
    • Before: Could not configure Xdebug caused by VS Code IDE integration requested, but no '.vscode' directory was found in the current working directory. (reads a bit strange but seems like one message)
    • After: Could not configure Xdebug caused by: VS Code IDE integration requested, but no '.vscode' directory was found in the current working directory. (with the added colon, it is clearer we are talking about separate messages)
  • Adds the following lines to the VSCode IDE integration instructions:
    • "1. Ensure you have installed an IDE extension for PHP Debugging"
    • "(The PHP Debug extension by Xdebug has been a solid option)"

Testing Instructions (or ideally a Blueprint)

  • CI

@brandonpayton brandonpayton requested review from a team and fellyph November 5, 2025 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants