webs/.vscode/launch.json
2022-11-01 15:19:37 +09:00

16 lines
572 B
JSON

{
// IntelliSense を使用して利用可能な属性を学べます。
// 既存の属性の説明をホバーして表示します。
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"runtimeExecutable": "xdg-open",
"url": "http://localhost:5500",
"webRoot": "${workspaceFolder}"
}
]
}