Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit 7c31437

Browse files
committed
added run config for mkdocs so can debug in vscode
1 parent 2c8e7b5 commit 7c31437

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"url": "http://localhost:8000/mkdocs-material/",
1313
"webRoot": "${workspaceFolder}",
1414
"smartStep": true
15+
},
16+
{
17+
"name": "mkdocs serve",
18+
"type":"python",
19+
"program": "venv/bin/mkdocs",
20+
"args": ["serve"],
21+
"env": {
22+
"PYTHONPATH": "."
23+
},
24+
"request": "launch"
1525
}
1626
]
1727
}

0 commit comments

Comments
 (0)