xdebug config visual studio code

{
// 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”: 10000 ,
“stopOnEntry”: true ,
“pathMappings”: {
“/application/git_repo_restructuring/merging/”: “/Users/shridhar/Documents/docker_setup/git_repo_restructuring/merging/”
}
}
]
}