MIF_E31231027/smart_cycling/.vscode/launch.json

13 lines
296 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome with API",
"request": "launch",
"type": "chrome",
"url": "http://localhost/smart_cycling_api",
"webRoot": "${workspaceFolder}"
}
]
}