Desired Behavior:
I'd like the ability to disable thread exit messages in the Debug Console. Options already exist for other types of messages such as module loads (under logging.moduleLoad), so this would simply be another one added to the list.

- VSCode Version: Code - Insiders 1.17.0-insider (ac167c4, 2017-09-07T05:24:04.020Z)
- OS Version: Windows_NT x64 10.0.15063
- Extensions:
| Extension |
Author (truncated) |
Version |
| python |
don |
0.7.0 |
| Lua |
key |
0.0.9 |
| cpptools |
ms- |
0.12.3 |
| code-settings-sync |
Sha |
2.8.3 |
Steps to Reproduce:
- Launch a C++ program under the debugger
- Notice "The thread #### has exited with code 0 (0x0)" messages in the Debug Console
Desired Behavior:
I'd like the ability to disable thread exit messages in the Debug Console. Options already exist for other types of messages such as module loads (under logging.moduleLoad), so this would simply be another one added to the list.
Steps to Reproduce: