VSCode IDE Setup
Setting up the Visual Studio Code editor to work well with Drupal
Last updated
Was this helpful?
Setting up the Visual Studio Code editor to work well with Drupal
Last updated
Was this helpful?
Was this helpful?
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"port": 9000,
"pathMappings": {
"/app/": "${workspaceRoot}/",
}
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 9000
}
]
}{
"phpcs.standard": "vendor/drupal/coder/coder_sniffer/Drupal",
}