mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
command structure. debugging
This commit is contained in:
19
.vscode/launch.json
vendored
Normal file
19
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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": [
|
||||
"${workspaceFolder}/src/main.ts",
|
||||
"login",
|
||||
"kyle@sdfdf.com",
|
||||
"mypassword"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user