node_vlc_remote_timecodes/.vscode/launch.json

17 lines
552 B
JSON
Raw Permalink Normal View History

2017-06-18 11:45:29 +00:00
{
// 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"
]
}
]
}