1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-06 04:23:19 +00:00

debug new classes

This commit is contained in:
Kyle Spearrin
2018-05-14 11:59:34 -04:00
parent 7f0f4a11f8
commit 2557f7239c
4 changed files with 15 additions and 8 deletions

11
.vscode/launch.json vendored
View File

@@ -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"
},
}
]
}