1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 11:28:23 +02:00
mkdocs-material/.vscode/launch.json
2022-11-12 17:25:15 +01:00

18 lines
356 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": "${workspaceFolder}",
"smartStep": true
}
]
}