node_vlc_remote_timecodes/.vscode/launch.json
Fabian Stamm 8683ea17a3 asd
2017-06-18 13:45:29 +02:00

17 lines
552 B
JSON

{
// Verwendet IntelliSense zum Ermitteln möglicher Node.js-Debugattribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Programm starten",
"program": "${workspaceRoot}/lib/timec.js",
"outFiles": [
"${workspaceRoot}/out/**/*.js"
]
}
]
}