diff --git a/.vscode/launch.json b/.vscode/launch.json index cbf5c9ca..308a7815 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,6 +1,14 @@ { "version": "0.2.0", "configurations": [ + { + "type": "php", + "request": "launch", + "name": "Launch with XDebug", + "ignore": [ + "**/vendor/**/*.php" + ] + }, { "type": "firefox", "request": "launch",