Not tracking time on Debian - vscode-wakatime
Well i have wakatime with vscode in debian 10 buster, the extension never count the time and i never find the log file to see if i have a problem.
The extension not present a visual error or something.
6 Answer:
Any error message in your VS Code dev console or ~/.wakatime.log
file?
No, the extension only create a wakatime.cfg file.
i put wakatime in debug mode in vscode console still don't create the log file
With debug mode, there should be some error messages in your VS Code Developer Console window?
The console says
[WakaTime][WARN] Failed to download https://wakatime-cli.s3-us-west-2.amazonaws.com/linux-x86-64/wakatime-cli.zip
S @ workbench.desktop.main.js:62
workbench.desktop.main.js:62 [Extension Host] [WakaTime][WARN] Error: unable to get local issuer certificate
S @ workbench.desktop.main.js:62
workbench.desktop.main.js:62 [Extension Host] [WakaTime][DEBUG] WakaTime: Initialized
workbench.desktop.main.js:62 [Extension Host] [WakaTime][DEBUG] Status bar icon enabled.
What if you add this line to your ~/.wakatime.cfg
file then restart VS Code?
legacy_python_cli = false
That downloads the core wakatime-cli from GitHub instead of AWS. Maybe something is preventing your vscode from connecting to AWS S3 for some reason.
Now, after the change the console says
[Extension Host] [WakaTime][DEBUG] Initializing WakaTime v10.0.0
and in the screen only say Wakatime Initializing .... and dont change
Read next
- ModernFlyouts Feature Request: Click an empty space to hide the flyout - Csharp
- Possible Memory Leak with gRPC - JavaScript google-cloud-node
- GroupingMap could allow aggregating into a non-HashMap or iteration - itertools
- Anti-Xray doesn't work properly - Java Paper
- kyverno Kyverno-pre container takes hours to complete Go
- openssl Add testing of updated IV to evp_test and at least some cipher test data C
- vespa Searchnode health check fails Java
- Is there a book to learn ReactiveSwift? - Swift ReactiveSwift