mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
25 lines
657 B
JSON
25 lines
657 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Program",
|
|
"protocol": "inspector",
|
|
"cwd": "${workspaceRoot}",
|
|
"program": "${workspaceFolder}/node_modules/ts-node/dist/bin.js",
|
|
"args": [
|
|
"-r",
|
|
"tsconfig-paths/register",
|
|
"${workspaceFolder}/src/main.ts",
|
|
"get",
|
|
"item",
|
|
"f6709d4f-69c3-4957-93e4-a82d01259693"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "debug"
|
|
},
|
|
}
|
|
]
|
|
}
|