devzsolt / aw-watcher-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aw-watcher-vscode [WIP]

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

Features

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)

Requirements

To run this extension you will need to have a running ActivityWatch Server.

Commands

Reload ActivityWatch

Use this in case VS Code has been started before the AW server.

Error reporting

If you run into any errors or have feature requests, please open an issue at the git repository.


Release Notes

0.1.0

Initial release of aw-watcher-vscode.

0.2.0

Refined error handling and README.

0.3.0

Refined error handling and heartbeat logic.

0.3.2

Added maxHeartbeatsPerSec configuration

About


Languages

Language:TypeScript 100.0%