Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
没有扩展管理器有什么方法可以正确卸载 VS2010 扩展?我找不到 .vsix 文件的任何特殊命令行参数,并认为仅从 Visual Studio 的特殊位置删除所有文件不是正确的解决方案。
是的,实际上删除文件夹正是您应该做的。“纯” VSIX 扩展只是将文件解压缩到 %LocalAppData%\Microsoft\VisualStudio\10.0\Extensions 下的文件夹中。
最好通过在 Windows 添加/删除程序中进行验证来检查它是否不是通过 MSI 或其他一些安装程序技术安装的。