I am new to Visual Studio Code. However, one thing thing that I noticed with one of the projects that I have is really bugging me. Whenever, I run the project in Visual Studio Code using its in-built debugger, it shows me a message which looks like following:
Loaded /usr/local/share/dotnet/shared/Microsoft.NETCore.App/2.0.0/System.Private.CoreLib.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enable
And it shows that message for each DLL file that I have referenced. This causes huge amount of unwarranted logs in my Debug Console.
- Why does it show this information?
- Is it possible to get rid of it?