Skip to content

Commit 22eaa34

Browse files
committed
update packages
fix port for debugging mark some interfaces internal add HttpStatucCode as const enum
1 parent cf8ca3d commit 22eaa34

File tree

12 files changed

+781
-1018
lines changed

12 files changed

+781
-1018
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
// TCP/IP address. Default is "localhost".
4747
"address": "localhost",
4848
// Port to attach to.
49-
"port": 5858
49+
"port": 9229
5050
},
5151
{
5252
"name": "Run Mocha Test",

.vscode/tasks.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,13 @@
88

99
{
1010
"version": "0.1.0",
11-
"command": "gulp",
11+
"command": "npm",
1212
"isShellCommand": true,
1313
"args": [
14-
"--no-color"
14+
"run"
1515
],
1616
"tasks": [
1717
{
18-
"taskName": "ts-compile",
19-
"problemMatcher": "$tsc"
20-
},{
21-
"taskName": "ts-wather",
22-
"problemMatcher": "$tsc"
23-
},{
24-
"taskName": "tests",
25-
"args": [],
26-
"isTestCommand": true
27-
},{
2818
"taskName": "build",
2919
"args": [],
3020
"isBuildCommand": true

0 commit comments

Comments
 (0)