[llvm-bugs] [Bug 33254] New: clang-format vs plugin: erase SkipLoading when removing/installing
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed May 31 23:15:16 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=33254
Bug ID: 33254
Summary: clang-format vs plugin: erase SkipLoading when
removing/installing
Product: new-bugs
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: yaron.keren at gmail.com
CC: djasper at google.com, llvm-bugs at lists.llvm.org
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
https://msdn.microsoft.com/en-us/library/ms241276.aspx
but this switch will potentially enable other skipped pacakages.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20170601/5f23110a/attachment.html>
More information about the llvm-bugs
mailing list