Skip to content

Commit

Permalink
define a vscode task to start middleman
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Jul 12, 2022
1 parent 871386d commit 2b46dce
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "(docs/rock-and-syskit) middleman server",
"command": "${workspaceFolder}/../../.autoproj/bin/autoproj",
"type": "shell",
"args": ["exec", "middleman"],
"presentation": {
"reveal": "always"
},
"problemMatcher": []
}
]
}

0 comments on commit 2b46dce

Please sign in to comment.