Skip to content

Commit

Permalink
Add pip install to prelaunch for debugger (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
athackst committed Oct 1, 2022
1 parent 4ba346d commit 39e3dc7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/tasks.json
Expand Up @@ -198,7 +198,10 @@
"command": "pwd; cp mkdocs-test.yml mkdocs.yml; /home/vscode/.local/bin/mkdocs_simple_gen --no-build",
"options": {
"cwd": "${fileDirname}"
}
},
"dependsOn": [
"pip install"
],
}
]
}

0 comments on commit 39e3dc7

Please sign in to comment.