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",
|
"type": "node",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch Program",
|
"name": "Launch Program",
|
||||||
"program": "${workspaceRoot}\\bin\\www"
|
"program": "${workspaceRoot}/bin/www"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "node",
|
"type": "node",
|
||||||
|
@ -33,4 +33,4 @@
|
||||||
"internalConsoleOptions": "openOnSessionStart"
|
"internalConsoleOptions": "openOnSessionStart"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче