How do I disable plugins from command line on visual studio?

谁说胖子不能爱 提交于 2019-11-28 08:39:41

问题


Resharper is killing me for some reason on startup, I just need to get in, is there a command line switch for load without addins?


回答1:


You are probably looking for the /SafeMode command line switch:

devenv.exe /SafeMode

This will start Visual Studio with all add-ins disabled.



来源:https://stackoverflow.com/questions/885636/how-do-i-disable-plugins-from-command-line-on-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!