Slide 26
Slide 26 text
© SIOS Technology, Inc. All rights Reserved.
カスタマイズ
26
{
"version": "0.2.0",
"configurations": [
{
"name": "Listen for XDebug",
"type": "php",
"request": "launch",
"pathMappings": {
"/var/www/html": "${workspaceRoot}/src"
},
"port": 9000
}
]
}
.vscode/launch.json
Visual Studio Codespacesでデバッグを⾏うときの設定ファイルです。