zoukankan      html  css  js  c++  java
  • How to hard reset Visual Studio instance

    When developing extensions sometimes you just mess up, others someone else does. If you start getting errors loading even the most mundane extensions, these are the instructions to hard reset your instance.

    • Close Visual Studio (if you haven’t already).
    • Open the registry editor (regedit.exe)
    • Delete the HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio{version}
    • Delete the HKEY_CURRENT_USERSoftwareMicrosoftVisualStudio{version}_Config
    • Delete the %USERNAME%AppDataLocalMicrosoftVisualStudio{version} directory.
    • Enjoy your brand new Visual Studio instance.

    Use {version}=10.0 for Visual Studio 2010
    Use {version}=11.0 for Visual Studio 2012
    Use {version}=12.0 for Visual Studio 2013

    If on the other side you want to reset the experimental hive you can do the same to with the ‘{version}Exp’ ones.

    Happy coding!

  • 相关阅读:
    EXISTS 的使用
    bind()和 unbind()绑定解绑事件的使用
    前端代码
    LIKE CONCAT 连用
    客服工作台
    杂录
    vue
    咋乱杂乱的一些总结
    kotlin 很杂很杂
    group by 和 order by 的区别 + 理解过程
  • 原文地址:https://www.cnblogs.com/sekihin/p/7345200.html
Copyright © 2011-2022 走看看