Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disabled config ignored #194

Open
ArtofBugs opened this issue Feb 25, 2025 · 1 comment
Open

disabled config ignored #194

ArtofBugs opened this issue Feb 25, 2025 · 1 comment

Comments

@ArtofBugs
Copy link

I have disabled = true set in my wakatime.cfg but vim-wakatime seems to ignore it; I still see stats being sent to Wakatime and appearing in my dashboard. The setting is honored correctly by my VSCode Wakatime plugin.

My .wakatime.cfg:

[settings]
api_key = <key>
hide_file_names = true
hide_project_names = true
hide_branch_names = true
hide_project_folder = true
debug = true
exclude = true
include =
    <newline-separated names>

disabled = true
@gandarez
Copy link
Member

@alanhamlett I think disabled is only implemented for vscode and the disabled setting for vi_redraw is to control screen drawing only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants