Skip to content

Instantly share code, notes, and snippets.

View rufhausen's full-sized avatar

Gary Taylor rufhausen

View GitHub Profile
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [{
"label": "toggle-xdebug-on",
"type": "shell",
"command": "docker-compose exec php /bin/bash -c '/usr/sbin/phpenmod xdebug && pkill -o -USR2 php-fpm'"
},
{
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9001,