Skip to content

Commit

Permalink
Add vscode build task
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Jan 3, 2024
1 parent 8b0ab07 commit d22366a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Build PDF",
"type": "shell",
"command": "./docker_run.sh",
"group": "test",
"presentation": {
"reveal": "always",
"panel": "new"
}
}
]
}

0 comments on commit d22366a

Please sign in to comment.