如何在visual studio上从命令行禁用插件?

时间:2023-01-21 16:24:47

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?

Resharper在启动时因为某种原因而杀了我,我只需要进入,是否有一个命令行开关用于加载没有插件?

1 个解决方案

#1


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

您可能正在寻找/ SafeMode命令行开关:

devenv.exe /SafeMode

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

这将启动Visual Studio,禁用所有加载项。

#1


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

您可能正在寻找/ SafeMode命令行开关:

devenv.exe /SafeMode

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

这将启动Visual Studio,禁用所有加载项。