Closed
Description
Reopening #382
Describe the bug
Logging doesn't work, both for logpanel
, and logfile
.
To Reproduce
- Set these properties in the folder
settings.json
file:
"testMate.cpp.log.logpanel": true,
"testMate.cpp.log.logfile": "/tmp/testMate.log",
- Reopen the project so that new settings are in effect
- Open side panel window to see project's tests
- "/tmp/testMate.log" isn't created, there is no logging window in output for test extension
Desktop
- Extension Version: v4.4.1
- VS Code Version: 1.77.3
- Catch2 / Google Test / DOCTest Version:
- OS Type and Version: Ubuntu 22.04
- Using remote-ssh/docker/wsl?: nope