Skip to content

Commit 09db118

Browse files
committed
Suppress module load debug console logging
1 parent 871f1fd commit 09db118

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.vscode/launch.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"stopAtEntry": false,
1313
"console": "internalConsole",
1414
"justMyCode": false,
15+
"logging": {
16+
"moduleLoad": false
17+
}
1518
},
1619
{
1720
"name": "Api (Debug with Browser)",
@@ -24,6 +27,9 @@
2427
"stopAtEntry": false,
2528
"console": "internalConsole",
2629
"justMyCode": false,
30+
"logging": {
31+
"moduleLoad": false
32+
},
2733
"serverReadyAction": {
2834
"pattern": "Now listening on: (http?://\\S+)",
2935
"uriFormat": "%s/scalar",

0 commit comments

Comments
 (0)