15 lines
No EOL
340 B
JSON
15 lines
No EOL
340 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "pwa-node",
|
|
"runtimeVersion": "17",
|
|
"request": "launch",
|
|
"name": "remex",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
],
|
|
"program": "${workspaceFolder}/remex.js"
|
|
}
|
|
]
|
|
} |