visual studio 2013 - How to remove Web Essentials from Chrome after disabling browser link -


i have set "enable browser link menu" false web essentials options in visual studio, however, still see error message in chrome console.

[09:21:58 gmt+1000 (aus eastern standard time)] browser link: exception thrown when trying invoke browser link extension callback "madskristensen.editorextensions.browserlink.unusedcss.unusedcssextensionfactory.getignorelist": system.reflection.targetinvocationexception: exception has been thrown target of invocation. ---> system.nullreferenceexception: object reference not set instance of object.    @ madskristensen.editorextensions.browserlink.unusedcss.unusedcssextension.getignorelist()    --- end of inner exception stack trace ---    @ system.runtimemethodhandle.invokemethod(object target, object[] arguments, signature sig, boolean constructor)    @ system.reflection.runtimemethodinfo.unsafeinvokeinternal(object obj, object[] parameters, object[] arguments)    @ system.reflection.runtimemethodinfo.invoke(object obj, bindingflags invokeattr, binder binder, object[] parameters, cultureinfo culture)    @ microsoft.visualstudio.web.browserlink.clientmessaging.dispatchmessage(browserlinkconnection connection, messageargs obj) 

this gripe after disabling browser link seeing message in console everytime open developer tools on console log view.

i have tried finding extension (chrome://extensions/) or plugin (chrome://plugins/) not listed.

as per issue raised web essentials https://github.com/madskristensen/webessentials2013/issues/550

the solution disable visual studio's browser link.

i via toolbar.

enter image description here


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -