add debug config

pull/1/head
Tao Bojlén 2020-10-11 11:29:36 +01:00
rodzic e1d48e70c4
commit 5f8bd7f891
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C6EC7AAB905F9E6F
1 zmienionych plików z 10 dodań i 7 usunięć

17
.vscode/launch.json vendored
Wyświetl plik

@ -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"
}
},
] ]
} }