bitwarden-estensione-browser/.vscode/launch.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
314 B
JSON
Raw Normal View History

2018-05-12 21:12:28 +02:00
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"protocol": "inspector",
"cwd": "${workspaceRoot}",
2018-05-15 16:50:06 +02:00
"program": "${workspaceFolder}/build/bw.js",
"args": ["login", "sdfsd@sdfdf.com", "ddddddd"]
2018-05-12 21:12:28 +02:00
}
]
}