Skip to content

Commit

Permalink
change the task commands
Browse files Browse the repository at this point in the history
  • Loading branch information
oneturkmen committed Aug 6, 2018
1 parent e2e4f77 commit 805ada6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"tasks": [
{
"label": "launch-debug-container",
"command": "docker.compose -f docker-compose.debug.yml up",
"command": "docker-compose -f docker-compose.debug.yml up",
"type": "shell",
"group": "build",
"isBackground": true
},
{
"label": "end-debug-container",
"command": "docker.compose -f docker-compose.debug.yml down",
"command": "docker-compose -f docker-compose.debug.yml down",
"type": "shell",
"group": "build",
"isBackground": true
Expand Down

0 comments on commit 805ada6

Please sign in to comment.