Skip to content

Commit 321da8d

Browse files
committed
Simplify VSCode launch.json configuration
This change removes the unnecessary version number from the launch.json file, making the configuration more resilient to VSCode updates. The essential configuration elements are preserved, including the critical path mapping that enables proper communication between Xdebug in the container and the VSCode debugger on the host system.
1 parent 0fbce1a commit 321da8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ VS Code requires the PHP Debug extension to work with Xdebug. Here's how to set
166166

167167
```json
168168
{
169-
"version": "0.2.0",
170169
"configurations": [
171170
{
172171
"name": "Listen for Xdebug",

0 commit comments

Comments
 (0)