vscode-wakatime icon indicating copy to clipboard operation
vscode-wakatime copied to clipboard

Visual Studio Code plugin for automatic time tracking and metrics generated from your programming activity.

Results 35 vscode-wakatime issues
Sort by recently updated
recently updated
newest added

- API Key has been entered and shows up in `.wakatime.cfg` - Turned on debug mode through vscode, also shows up in `.wakatime.cfg` - `Ctrl+Shift+P > WakaTime: Open Log 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...

I run docker compose up -d I open vscode and it asks me for the key: ![image](https://user-images.githubusercontent.com/37981839/205516719-fec9eb66-c1a4-417a-abbd-a095e989c5fb.png) Is there a way to save it on my machine so that the...

According to #270, the standard expectation from the plugin is to get the current project name from the workspace name (when provided) instead of the folder name.

Hi, I was wondering if you would consider adding a breakdown of coding time per languge in the status bar. Can't speak for everyone, but I sure would find that...

I the developer console I got this `[Extension Host] [WakaTime][ERROR] Error: Command failed: /Users/user.../.wakatime/wakatime-cli-darwin-arm64 --entity /Users/user.../Documents/work/vue/vanilajs/index.html --plugin "vscode/1.77.3 vscode-wakatime/24.0.10" --lineno 33 --cursorpos 40 --lines-in-file 61 --alternate-project vanilajs --project-folder /Users/user.../Documents/work/vue/vanilajs` This...

Hi! I have this issue with Wakatime and Visual Studio Code. It used to work perfectly.. But now the Wakatime extension stops after initializing and gives me a `wakatime error`;...

![image](https://github.com/wakatime/vscode-wakatime/assets/82990248/19dd44f7-a25e-49ad-b2ab-0fff506d7af2) I find this feature a bit annoying, because if sometimes we use github codespace, and don't want to add an API key, the cursor always hovers to that section....

feature request

I'm working a lot with live share and I've noticed that it doesn't track the hours taken from there.

feature request

Getting this error and no progress shows up in wakatime dashboard ``` {"caller":"cmd/run.go:99","func":"cmd.Run","level":"debug","message":"command: version","now":"2024-04-13T02:56:00+12:00","os/arch":"linux/amd64","version":"v1.90.0"} {"caller":"cmd/run.go:117","func":"cmd.Run","level":"debug","message":"command: today","now":"2024-04-13T02:56:01+12:00","os/arch":"linux/amd64","version":"v1.90.0"} {"caller":"cmd/run.go:341","func":"cmd.runCmd","level":"error","message":"failed to run command: today fetch failed: failed fetching today from api: invalid response...

bug