如何在禁用浏览器链接后从Chrome中删除Web Essentials

Val*_*mas 1 google-chrome web-essentials visual-studio-2013

我在Visual Studio中设置了"启用浏览器链接菜单"以假设Web Essentials选项,但是,我仍然在Chrome控制台中看到此错误消息.

[09:21:58 GMT+1000 (AUS Eastern Standard Time)] Browser Link: Exception thrown when trying to invoke Browser Link extension callback "madskristensen.editorextensions.browserlink.unusedcss.unusedcssextensionfactory.GetIgnoreList":
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at MadsKristensen.EditorExtensions.BrowserLink.UnusedCss.UnusedCssExtension.GetIgnoreList()
   --- End of inner exception stack trace ---
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
   at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
   at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
   at Microsoft.VisualStudio.Web.BrowserLink.ClientMessaging.DispatchMessage(BrowserLinkConnection connection, MessageArgs obj)
Run Code Online (Sandbox Code Playgroud)

这是我禁用浏览器链接后我的唯一抱怨几乎每次我在控制台日志视图中打开开发人员工具时都会在我的控制台中看到此消息.

我试过找到extension(chrome://extensions/)或plugin(chrome://plugins/)但是没有列出.

Val*_*mas 6

根据Web Essentials提出的问题 https://github.com/madskristensen/WebEssentials2013/issues/550

解决方案是禁用Visual Studio的浏览器链接.

我只能通过工具栏执行此操作.

在此输入图像描述