Skip to content

Commit

Permalink
build(gitpod): configure docs server vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
yajo committed Apr 20, 2021
1 parent 054b962 commit ee776d9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "local docs server",
"type": "process",
"command": "poetry",
"args": ["run", "poe", "docs"],
"problemMatcher": []
}
]
}

0 comments on commit ee776d9

Please sign in to comment.