Skip to content

Commit

Permalink
update: code launch
Browse files Browse the repository at this point in the history
  • Loading branch information
tanbro committed Apr 7, 2024
1 parent 89c70bd commit 05ce4ca
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,23 @@
"version": "0.2.0",
"configurations": [
{
"name": "Python: mkdocs build",
"type": "python",
"name": "build",
"type": "debugpy",
"request": "launch",
"module": "mkdocs",
"args": [
"build"
],
"justMyCode": true
},
{
"name": "serve",
"type": "debugpy",
"request": "launch",
"module": "mkdocs",
"args": [
"serve"
]
}
]
}

0 comments on commit 05ce4ca

Please sign in to comment.