Updating launch.json
This commit is contained in:
Родитель
0a26c94a97
Коммит
d01772376c
|
@ -32,8 +32,9 @@ This guide will help you configure VS Code to support setting breakpoints and de
|
|||
"name": "Debug SST Start",
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["start"],
|
||||
"runtimeExecutable": "${workspaceRoot}/node_modules/.bin/sst",
|
||||
"runtimeArgs": ["start", "--increase-timeout"],
|
||||
"console": "integratedTerminal",
|
||||
"skipFiles": ["<node_internals>/**"]
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче