Visual Studio 2013 Update 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>
VSを起動することさえできないので、Node.js拡張機能をアンインストールするにはどうすればよいですか