Skip to content

Commit

Permalink
PHPUnit for VSCode実行時はXDebugを有効化
Browse files Browse the repository at this point in the history
  • Loading branch information
KentarouTakeda committed Dec 9, 2024
1 parent 62192da commit 73c08d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"*.css": "tailwindcss"
},
"css.validate": false,
"phpunit.environment": {
"XDEBUG_MODE": "debug"
},
"[tailwindcss]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
Expand Down

0 comments on commit 73c08d4

Please sign in to comment.