mkdocs-material/.vscode/launch.json
2022-11-12 15:18:46 +01:00

18 lines
339 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Application",
"type": "chrome",
"request": "launch",
"runtimeArgs": [
"--disable-features=Translate",
"--incognito"
],
"url": "http://localhost:8000/mkdocs-material/",
"webRoot": ".",
"smartStep": true
}
]
}