Suggestion: Add timestamps to logs #4057
Labels
enhancement
an enhancement to the product that is either not present or an improvement to an existing feature
Feature: UI
more votes needed
We currently are de-prioritizing this issue until more community up-votes are provided
Milestone
Brief Issue Summary
It's helpful to have timestamps associated with the cmake build log, for example when building vcpkg dependencies that may take a long time. We can do that for ninja via its configuration, but for cmake it's not as simple. I'm able to do this by modifying cmaketools'
dist.js
on every update and changing the lineto
But I figure that if it's helpful for me, then maybe it would be helpful for someone else.
CMake Tools Diagnostics
No response
Debug Log
No response
Additional Information
I think the change could be made with a simple bool flag, inserted here:
vscode-cmake-tools/src/logging.ts
Line 150 in 406216a
e.g.
and used here:
vscode-cmake-tools/src/logging.ts
Lines 178 to 181 in 406216a
e.g.
The text was updated successfully, but these errors were encountered: