View difference between Paste ID: yXbE7DpJ and r41TKhX2
SHOW: | | - or go back to the newest paste.
1
{
2
    "launch": {
3
        "configurations": [
4
            {
5
                "type": "node",
6
                "request": "launch",
7
                "name": "Launch Program",
8
                "program": "${file}"
9
            }
10
        ],
11
        "compounds": []
12
    }
13
}
14