File: launch.json

package info (click to toggle)
node-lib0 0.2.117-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,652 kB
  • sloc: javascript: 11,393; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
  "version": "0.2.0",
  "configurations": [
    {
      "type": "node",
      "request": "launch",
      "name": "Gen Docs",
      "program": "${workspaceFolder}/bin/gendocs.js",
      "skipFiles": [
        "<node_internals>/**"
      ],
    }
  ]
}