Skip to content

Commit

Permalink
Fix start.sh debug command (openhab#1016)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Roberts <[email protected]>
  • Loading branch information
tmrobert8 authored and Confectrician committed Jul 14, 2019
1 parent 6c37c2a commit 2949e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/ide/examples/vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"label": "Start openHAB (Debug)",
"type": "shell",
"isBackground": true,
"command": "$openhab_home/start.sh",
"command": "$openhab_home/start.sh debug",
"windows": {
"command": "& $env:openhab_home/start.bat debug"
},
Expand Down

0 comments on commit 2949e35

Please sign in to comment.