Skip to content

Commit 0428a2b

Browse files
author
Haneef Mohammed
committed
add trace warnings
1 parent e05debd commit 0428a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"name": "Debug Server",
1919
"type": "node",
2020
"request": "launch",
21-
"runtimeArgs": [ "--nolazy" ],
21+
22+
"runtimeArgs": [ "--nolazy", "--trace-warnings" ],
2223
"program": "${workspaceRoot}/dist/debugadapter.js",
2324
"stopOnEntry": false,
2425
"args": [ "--server=4711" ],

0 commit comments

Comments
 (0)