Skip to content

Commit 76cac87

Browse files
committed
Disable modlue loading messages.
1 parent a436109 commit 76cac87

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vscode/launch.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"cwd": "${workspaceFolder}/DemoApp",
1616
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console
1717
"console": "internalConsole",
18-
"stopAtEntry": false
18+
"stopAtEntry": false,
19+
"logging": {
20+
"moduleLoad": false
21+
}
1922
},
2023
{
2124
"name": ".NET Core Attach",

0 commit comments

Comments
 (0)