Skip to content

Commit ca25129

Browse files
committed
Clean up .vscode config file
1 parent 69dbf96 commit ca25129

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/launch.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"stopOnEntry": false,
1313
"args": ["--no-timeouts", "dist/test/test.js"],
1414
"cwd": "${workspaceRoot}",
15-
"preLaunchTask": "transpile",
16-
"env": {
17-
"CHIMPANZEE_DEBUG": "yep"
18-
}
15+
"preLaunchTask": "transpile"
1916
}
2017
]
2118
}

0 commit comments

Comments
 (0)