Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide team activity lines on Visual Studio 2015?

I'm using Git to manage versions of my apps, but i don't have team so i don't need Team Activity lines at every method on Visual Studio 2015 Enterprise, as pictures

team activity

Anyone can tell me how to turn off these things, because it slowdown Visual Studio and unnecessary!

like image 938
HelloWindowsPhone Avatar asked Dec 16 '15 03:12

HelloWindowsPhone


1 Answers

That feature is called CodeLens. You should be able to right-click one of those lines and go to the feature's options where you'll see an option to disable it.

like image 70
GusP Avatar answered Oct 30 '22 05:10

GusP