These logs are managed by VS Code. You can disable them in the launch.json
file in the .vscode
directory. You can add the following node inside any of the elements in the configurations
node to disable module load messages for that configuration:
"logging": {
"moduleLoad": false
}
There are more options available such as exceptions
and programOutput
, check out the Intellisense for all available options.