I downloaded Glimpse this morning to try it out and noticed this when I click on the views tab:
An alternative would be to remove only the view engine you want to remove:
var webformVE = ViewEngines.Engines.OfType().FirstOrDefault(); ViewEngines.Engines.Remove(webformVE);