I updated to Visual Studio Code 1.81 and after doing so Codelens has stopped showing references to variables within code. It still operates normally for Classes, Methods, seemingly everything except for variables. [EDIT] It also displays references correctly for static variables.
Class shows references in code but variables do not
I tried downgrading to the previous version of VSCode but it did not fix the issue. I also tried resetting my settings but this didn't fix it. I also attempted to reset Omnisharp as per this post: Visual Studio Code codelens doesn't work on variables but it did not seem to fix it either.
Is there a setting that I am not aware of that affects this?