mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-02 08:40:08 +01:00
19 lines
432 B
JSON
19 lines
432 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Launch Program",
|
|
"protocol": "inspector",
|
|
"cwd": "${workspaceRoot}",
|
|
"program": "${workspaceFolder}/build/bw.js",
|
|
"args": [
|
|
"login",
|
|
"sdfsd@sdfdf.com",
|
|
"ddddddd"
|
|
]
|
|
}
|
|
]
|
|
}
|