프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / .vscode / launch.json @ 103

이력 | 보기 | 이력해설 | 다운로드 (490 Bytes)

1 39 HKM
{
2
    // IntelliSense     .
3
    //      .
4
    //    https://go.microsoft.com/fwlink/?linkid=830387() .
5
    "version": "0.2.0",
6
    "configurations": [
7
        {
8
            "type": "node",
9
            "request": "launch",
10
            "name": "프로그램 시작",
11
            "program": "${workspaceFolder}\\app.js"
12
        }
13
    ]
14
}