mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
debug new classes
This commit is contained in:
11
.vscode/launch.json
vendored
11
.vscode/launch.json
vendored
@@ -9,11 +9,14 @@
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "${workspaceFolder}/node_modules/ts-node/dist/bin.js",
|
||||
"args": [
|
||||
"-r",
|
||||
"tsconfig-paths/register",
|
||||
"${workspaceFolder}/src/main.ts",
|
||||
"login",
|
||||
"kyle@sdfdf.com",
|
||||
"mypassword"
|
||||
]
|
||||
"sync"
|
||||
],
|
||||
"env": {
|
||||
"NODE_ENV": "debug"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user