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

Plugin is not respecting the "exclude" setting in wakatime config #32

Open
wizzardx opened this issue Feb 4, 2024 · 1 comment
Open

Comments

@wizzardx
Copy link

wizzardx commented Feb 4, 2024

I have some git-tracked data that I edit in Kate, that I don't want to send to wakatime.

I have a setting like this in my ~/.wakatime.cfg file, to attempt to not have it tracked:

[settings]
exclude =
/path/to/private/stuff/

However, it looks like Kate with this plugin is still sending those paths over to Wakatime's servers, where they are included in my Dashboard.

@alanhamlett
Copy link
Contributor

It's because this plugin sends heartbeats directly to the API without using wakatime-cli. We should instead send the current file to wakatime-cli to fix this bug.

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