15 lines
287 B
JSON
15 lines
287 B
JSON
[
|
|
{
|
|
"label": "Launch Chrome (TypeScript)",
|
|
"adapter": "JavaScript",
|
|
"type": "chrome",
|
|
"request": "launch",
|
|
"url": "http://localhost:3000",
|
|
"program": "$ZED_FILE",
|
|
"webRoot": "${ZED_WORKTREE_ROOT}",
|
|
"skipFiles": [
|
|
"<node_internals>/**"
|
|
]
|
|
}
|
|
]
|