diff options
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index b38c2c7d..c30626bf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -47,4 +47,8 @@ } ], }, + "testMate.cpp.experimental.gcov": { + "enabled": true, + "logpanel": true + } }
\ No newline at end of file |
