Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide Typemock Auto-Runner's shields that are all over the Visual Studio editor?

Is there a way to hide the huge symbols that Typemock Isolator adds to the Visual Studio editor window once installed - the orange shield at the top and the orange/green shields near each method? I don't need them because I'm using other test runners, but I haven't found a way to hide them.

like image 998
Ilya Kogan Avatar asked Nov 25 '12 09:11

Ilya Kogan


2 Answers

To Disable the runner, go to tools -> extension manager -> typemock auto-runner -> disable.

Update (VS 2012): Tools -> Extensions and Updates -> Typemock Smart Runner -> Disable.

Thanks to Alex from Typemock Support for the answer.

like image 100
Ilya Kogan Avatar answered Nov 15 '22 14:11

Ilya Kogan


In Visual Studio 2012:

TOOLS -> Extensions and Updates -> Tools (left had pane under Installed group)

Find Typemock Smart Runner and select and click Disable

like image 44
guestdj Avatar answered Nov 15 '22 15:11

guestdj