Time Tracking Setup

Use the setup guide if you are configuring a new editor or device.

Extension Display

Choose how coding time appears in the extension status text.

API Key

Rotate your API key if you think it has been exposed.

{#if rotatedApiKeyError}

{rotatedApiKeyError}

{/if} {#if rotatedApiKey}

New API key

{rotatedApiKey}
{/if}

WakaTime Config File

Copy this into your ~/.wakatime.cfg file.

{#if config_file.has_api_key && config_file.content}
{config_file.content}
{:else}

{config_file.empty_message}

{/if}