We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e05debd commit 0428a2bCopy full SHA for 0428a2b
.vscode/launch.json
@@ -18,7 +18,8 @@
18
"name": "Debug Server",
19
"type": "node",
20
"request": "launch",
21
- "runtimeArgs": [ "--nolazy" ],
+
22
+ "runtimeArgs": [ "--nolazy", "--trace-warnings" ],
23
"program": "${workspaceRoot}/dist/debugadapter.js",
24
"stopOnEntry": false,
25
"args": [ "--server=4711" ],
0 commit comments