{
"version": "0.2.0",
"configurations": [
{
"name": "Edge 디버그 with server",
"type": "msedge",
"request": "launch",
"url": "http://localhost:8080/main.html",
"webRoot": "${workspaceFolder}",
"preLaunchTask": "start http-server"
}
]
}
'03.웹' 카테고리의 다른 글
[VSCODE] tasks.json (1) | 2025.05.13 |
---|---|
[AWS] RDS "Too many connections" (1) | 2024.05.26 |
[웹] HTTP vs HTTPS 개념과 차이점 (1) | 2024.05.15 |
[Svelte] 기본 프로젝트 생성 (0) | 2023.11.16 |
[PHP] composer(컴포저) 설치 (1) | 2023.11.03 |