We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5c639 commit 99a7a64Copy full SHA for 99a7a64
1 file changed
.vscode/launch.json
@@ -0,0 +1,11 @@
1
+{
2
+ "configurations": [
3
+ [**********************************************************************************************************†*********]
4
+ {
5
+ "type": "node-terminal",
6
+ "name": "JavaScript Debug-Terminal",
7
+ "request": "launch",
8
+ "cwd": "${workspaceFolder}"
9
+ }
10
+ ]
11
+}
0 commit comments