Skip to content
This repository was archived by the owner on Feb 21, 2022. It is now read-only.

Commit e913fbb

Browse files
committed
[bug] fixed json formatting
1 parent 8705b37 commit e913fbb

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

.vscode/launch.json

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
2-
"version": "0.1.0",
3-
"configurations": [
4-
{
5-
"name": "test",
6-
"type": "node",
7-
"program": "node_modules/mocha/bin/_mocha",
8-
"stopOnEntry": false,
9-
"args": ["dist/test/**/*.js"],
10-
"cwd": ".",
11-
"runtimeExecutable": null,
2+
"version": "0.1.0",
3+
"configurations": [
4+
{
5+
"name": "test",
6+
"type": "node",
7+
"program": "node_modules/mocha/bin/_mocha",
8+
"stopOnEntry": false,
9+
"args": [
10+
"dist/test/**/*.js"
11+
],
12+
"cwd": ".",
13+
"runtimeExecutable": null,
1214
"preLaunchTask": "build",
13-
"env": {
14-
"NODE_ENV": "development"
15-
},
16-
"sourceMaps": true,
17-
"outDir": "src",
15+
"env": {
16+
"NODE_ENV": "development"
17+
},
18+
"sourceMaps": true,
19+
"outDir": "src",
1820
"request": "launch"
19-
}
20-
]
21+
}
22+
]
2123
}

0 commit comments

Comments
 (0)