1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-25 03:48:24 +02:00
mkdocs-material/.vscode/launch.json

18 lines
343 B
JSON

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