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: unassignedb...@nondot.org
          Reporter: yaron.ke...@gmail.com
                CC: djas...@google.com, llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to