add debug config
This commit is contained in:
parent
e1d48e70c4
commit
5f8bd7f891
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
|
@ -5,12 +5,15 @@
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"type": "chrome",
|
"type": "mix_task",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"name": "Launch Chrome",
|
"name": "phx.server",
|
||||||
"url": "http://localhost:3000",
|
"task": "phx.server",
|
||||||
"webRoot": "${workspaceFolder}/frontend/src",
|
"taskArgs": [],
|
||||||
"runtimeExecutable": "/usr/bin/chromium-browser"
|
"projectDir": "${workspaceRoot}/backend",
|
||||||
}
|
"env": {
|
||||||
|
"SKIP_CRAWL": "1"
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue