15 lines
311 B
JSON
15 lines
311 B
JSON
![]() |
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"mode": "debug",
|
||
|
"name": "自定义调试文件",
|
||
|
"program": "${workspaceFolder}/index.js",
|
||
|
"skipFiles": [
|
||
|
"<node_internals>/**"
|
||
|
],
|
||
|
"type": "node"
|
||
|
}
|
||
|
],
|
||
|
"version": "0.1"
|
||
|
}
|