Skip to content

Instantly share code, notes, and snippets.

View rgjr's full-sized avatar
🌮
Playing with GraphQL

Raul Gutierrez rgjr

🌮
Playing with GraphQL
  • Los Angeles, California
View GitHub Profile
@rgjr
rgjr / instructions.md
Created December 5, 2018 23:35 — forked from sveggiani/instructions.md
[Configure XDebug, Visual Studio Code for a Vagrant VM] #debug #vm #vscode

Configure XDebug, Visual Studio Code for a Vagrant VM

1. Assumptions

  • Project (Drupal) is served on /var/www/html in the Vagrant box
  • Local project files location: c:\Users\username\Work\projects\my-project\repo\html
  • Guest machine IP is 10.0.2.2 (if this doesn't work, run route -nee in the VM and look for the gateway address)

2. Configuration