mirror of
https://gitee.com/blitheli/test-skybox.git
synced 2025-06-16 18:38:18 +00:00
18 lines
417 B
JSON
18 lines
417 B
JSON
![]() |
// 使用module方式,生成配置
|
|||
|
{
|
|||
|
"version": "0.2.0",
|
|||
|
"configurations": [
|
|||
|
{
|
|||
|
"type": "pwa-node",
|
|||
|
"request": "launch",
|
|||
|
"name": "Launch Program",
|
|||
|
"skipFiles": [
|
|||
|
"<node_internals>/**"
|
|||
|
],
|
|||
|
"program": "${file}",
|
|||
|
"outFiles": [
|
|||
|
"${workspaceFolder}/**/*.js"
|
|||
|
]
|
|||
|
}
|
|||
|
]
|
|||
|
}
|