Skip to content

Instantly share code, notes, and snippets.

View manutepowa's full-sized avatar

Manuel Tercero Soria manutepowa

View GitHub Profile
@manutepowa
manutepowa / launch.json
Last active April 24, 2020 09:22
Visual Studio Code Xdebug for Drupal 8 & DDEV
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "https://drupal.org",
"webRoot": "${workspaceFolder}"