Skip to content

Commit

Permalink
add .vscode launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed May 6, 2023
1 parent 1a6dc27 commit 99cc7d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ machinery/data/recordings
machinery/data/snapshots
machinery/test*
machinery/init-dev.sh
machinery/.env
deployments/docker/private-docker-compose.yaml
7 changes: 5 additions & 2 deletions .vscode/launch.json → machinery/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${fileDirname}"
}
"program": "main.go",
"args": ["run", "cameraname", "8080"],
"envFile": "${workspaceFolder}/.env",
"buildFlags": "--tags dynamic",
},
]
}

0 comments on commit 99cc7d4

Please sign in to comment.