visualstudio-wakatime
                                
                                 visualstudio-wakatime copied to clipboard
                                
                                    visualstudio-wakatime copied to clipboard
                            
                            
                            
                        Excludes and includes no longer working?
I've used this in my wakatime.cfg file for years:
exclude =
    .*
include =
    ^C:\\work\\.*
I want to exclude all projects outside the c:\work\ directory on my Windows machine. I'm pretty sure the above cfg worked until very recently- I tried variations on the above and a complete reinstall but nothing I try stops heartbeats from being logged from projects outside the c:\work\ directory.
I don't know if it's related, but when I go to the plugin status page it always says "new cli version available". I even tried downloading the newest cli release (1.28.1-alpha.2) and replacing it manually but the status doesn't change:

Any help would be appreciated. Thanks.
Hi @fordeka it could be related to the new wakatime-cli (Go) we've launched this year. I'll take a look into this.
Could you please check which plugin version do you have installed in Visual Studio?
@gandarez Thanks for looking into this. I have version 11.1.0 installed in VS Community 2019 16.11.2.
Hi @fordeka sorry for this belated reply. I've tested against multiple scenarios and it's working as expected. Could you please enable  debug = true in your wakatime config file and then check if there's any error on it?
Previously we used case-insensitive regex patterns. Maybe this changed in the new wakatime-cli. Does it work with lowercase c:\\work\\.*? Also try forward slash c:/work/.*.
@fordeka any update here?
Closing due to no activity.