<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - clang-format vs plugin: erase SkipLoading when removing/installing"
href="https://bugs.llvm.org/show_bug.cgi?id=33254">33254</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>clang-format vs plugin: erase SkipLoading when removing/installing
</td>
</tr>
<tr>
<th>Product</th>
<td>new-bugs
</td>
</tr>
<tr>
<th>Version</th>
<td>trunk
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Windows NT
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>enhancement
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>new bugs
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>yaron.keren@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>djasper@google.com, llvm-bugs@lists.llvm.org
</td>
</tr></table>
<p>
<div>
<pre>If for any reason clang-format fails loading, devenv will helpfully suggest to
disable it upon loading. From this point clang-format plugin not work again
even after removing and installing since the SkipLoading key is set:
[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\14.0\Packages\{C5286038-25D3-4F65-83A8-51FA2DF4A146}]
"SkipLoading"=dword:00000001
SkipLoading should be deleted as part of removing clang-format plugin or
installing it.
see also
<a href="https://msdn.microsoft.com/en-us/library/ms241276.aspx">https://msdn.microsoft.com/en-us/library/ms241276.aspx</a>
but this switch will potentially enable other skipped pacakages.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>