This extension allows the open source tracking tool ActivityWatch to keep track of the projects and coding languages you use in Visual Code.
The source code is visible at https://github.com/ActivityWatch/aw-watcher-vscode
Sends following data to ActivityWatch:
- current project name
- coding language
- current file name
Currently VS Code extensions don't support getting file/project names for non-editable files, therefore this results in the value "unknown" for those properties. (For instance when opening logo.png this happens)
To run this extension you will need to have a running ActivityWatch Server.
Use this in case VS Code has been started before the AW server.
If you run into any errors or have feature requests, please open an issue at the git repository.
Initial release of aw-watcher-vscode.
Refined error handling and README.
Refined error handling and heartbeat logic.
Added maxHeartbeatsPerSec configuration
Fixed security vulnerability of an outdated dependency
update submodules aw-client-js and media to latest
fix the extension to work with the latest aw-client:
- AppEditorActivityHeartbeat --> IAppEditorEvent
- createBucket --> ensureBucket
- options object in AWClient constructor
- timestamp should be a Date not a string
Update aw-client-js, media and npm dependencies