How to disable CodeLens in specific file(s) in Visual Studio 2019, like tool-generated one?
Our project is using some extra long tool-generated code (about 400k lines...Well, lets say its the burden of the past and we cant get rid of it, its doing really useful work :) ) and when i (almost always accidentaly) open them, Visual studio slow down to crawl. When we used ReSharper, disabling CodeAnalytic for this specific file(s) really helped, so disabling CodeLens should help too... I gues...
Maybe this is duplicate, i tried google, but its really cluttered with "Disable reference count" or "Disable whole CodeLens".