vscode-wakatime
vscode-wakatime copied to clipboard
Linking work on Untitled documents to project/file
If you start work on a new document, this will be recorded in Wakatime as time against something like Untitled-55
in Unknown Project
. If you subsequently save the file, giving it a filename, and locating it within a project, it would be nice if there were some way of seeing this in Wakatime.
So, for example if it were saved as newfile.txt
in myproject
, it would be nice if Wakatime either:
- Replaced work on
Untitled-55
inUnknown Project
with work onnewfile.txt
inmyproject
, or - Added an event of zero length called
Saving Untitled-55 as newfile.txt in myproject
.