1
0
Fork 0
mirror of synced 2024-04-30 10:32:37 +12:00

Add chrome launch to vscode configurations

This commit is contained in:
Adria Navarro 2024-03-25 18:23:01 +01:00
parent d9033b2636
commit 3bddff0bdc

8
.vscode/launch.json vendored
View file

@ -1,4 +1,3 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
@ -20,6 +19,13 @@
"runtimeArgs": ["--nolazy", "-r", "ts-node/register/transpile-only"],
"args": ["${workspaceFolder}/packages/worker/src/index.ts"],
"cwd": "${workspaceFolder}/packages/worker"
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:10000",
"webRoot": "${workspaceFolder}"
}
],
"compounds": [