mirror of
https://github.com/jcreek/jcreek.github.io.git
synced 2026-07-12 18:43:50 +00:00
15 lines
319 B
JSON
15 lines
319 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch MkDocs",
|
|
"request": "launch",
|
|
"runtimeArgs": [
|
|
"serve"
|
|
],
|
|
"runtimeExecutable": "mkdocs",
|
|
"type": "node",
|
|
"stopOnEntry": true,
|
|
}
|
|
]
|
|
} |