我安装了 Visual Studio 2013 更新 4。最近我为 VS 2013 安装了 node.js 扩展。它工作正常。然后我还安装了 Visual Studio Code。但这导致 VS 2013 在启动时挂起
我试过卸载 Visual Studio Code。但是 VS 2013 仍然在启动时挂起。
这是 ActivityLog.xml 中的最后 5 个条目
</activity>
.
.
.
.
<entry>
<record>1065</record>
<time>2016/03/16 16:02:44.666</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
<guid>{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}</guid>
</entry>
<entry>
<record>1066</record>
<time>2016/03/16 16:02:44.666</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Begin package load [NodejsPackage]</description>
<guid>{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}</guid>
</entry>
<entry>
<record>1067</record>
<time>2016/03/16 16:02:44.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Entering function VBDispatch::GetTypeLib</description>
</entry>
<entry>
<record>1068</record>
<time>2016/03/16 16:02:44.672</time>
<type>Information</type>
<source>VisualStudio</source>
<description>Leaving function VBDispatch::GetTypeLib</description>
<guid>{80CC9F66-E7D8-4DDD-85B6-D9E6CD0E93E2}</guid>
</entry>
<entry>
<record>1069</record>
<time>2016/03/16 16:02:44.808</time>
<type>Information</type>
<source>VisualStudio</source>
<description>End package load [NodejsPackage]</description>
<guid>{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}</guid>
</entry>
</activity>
现在我如何卸载 Node.js 扩展,因为我什至无法启动 VS