-
Notifications
You must be signed in to change notification settings - Fork 43
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
Behavior when hide_project_names
and exclude
are both true
#1129
Comments
@ArtofBugs https://github.com/wakatime/wakatime-cli/blob/develop/USAGE.md#settings-section |
Ohh ok, that would explain things. I saw that bools were accepted in the example config table (the one you linked) so I assumed |
Confirmed it works correctly with regex instead of |
We should treat |
Implemented by #1130 and will be released soon. |
Released on v1.105.2 |
In my
.wakatime.cfg
right now, I have bothexclude = true
to exclude all projects (along with a list of specific folders to include under theinclude
key) andhide_project_names = true
. I would expect that any folders not in theinclude
list would be ignored, but right now anytime I open any folder in vscode and edit a file, a.wakatime-project
file is created and times for the project appear on my dashboard. Is this intended behavior? I didn't see anything about this behavior in the docs.The text was updated successfully, but these errors were encountered: