Fix "program path" issue
with `"program": "${workspaceRoot}\\bin\\www"`Vscode fails saying that it cannot find the program path
This commit is contained in:
Родитель
319ccdc704
Коммит
cd2316af9b
|
@ -8,7 +8,7 @@
|
|||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Program",
|
||||
"program": "${workspaceRoot}\\bin\\www"
|
||||
"program": "${workspaceRoot}/bin/www"
|
||||
},
|
||||
{
|
||||
"type": "node",
|
||||
|
@ -33,4 +33,4 @@
|
|||
"internalConsoleOptions": "openOnSessionStart"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче