The VS Code extension for the time tracking software Ziit. https://docs.ziit.app/extensions/vscode
  • TypeScript 100%
Find a file
0PandaDEV 98ec412eca
Some checks failed
Package Extension / build (push) Has been cancelled
fix: bump vscode version
2025-12-10 01:56:06 +01:00
.github refactor(funding): remove redundant entries from funding configuration 2025-05-17 12:57:20 +02:00
.vscode feat: enhance Ziit extension with command contributions and configuration options 2025-04-04 02:23:02 +02:00
images chore: update Ziit logo to reflect new branding 2025-04-04 22:33:40 +02:00
src fix: getTimezoneOffset returns flipped value 2025-12-10 01:50:44 +01:00
.gitignore chore: add .gitignore, bun.lock, and update @types/vscode version 2025-04-04 01:00:36 +02:00
bun.lock fix: bump vscode version 2025-12-10 01:56:06 +01:00
LICENSE Update LICENSE 2025-08-28 13:34:20 +02:00
package.json fix: bump vscode version 2025-12-10 01:56:06 +01:00
README.md Update README.md 2025-04-23 16:54:18 +02:00
tsconfig.json feat: enhance Ziit extension with command contributions and configuration options 2025-04-04 02:23:02 +02:00

The VS Code extension for the time tracking software Ziit.

Installation

  1. Install from VS Code Marketplace
  2. Install from OpenVSX Registry

Setup

  1. Install the Ziit extension from the VS Code marketplace
  2. Open VS Code and press Cmd + Shift + P (or Ctrl + Shift + P on Windows)
  3. Type "Ziit: Set Instance" and press Enter
  4. Paste your Ziit instance URL
  5. Open VS Code and press Cmd + Shift + P (or Ctrl + Shift + P on Windows)
  6. Type "Ziit: Set API Key" and press Enter
  7. Paste your API key and press Enter
  8. Begin coding, and your time will be tracked automatically!

Commands

  • ziit.setApiKey: Set your Ziit API key
  • ziit.setBaseUrl: Set your Ziit instance URL
  • ziit.openDashboard: Open your Ziit dashboard
  • ziit.showOutput: Show Ziit output channel