Skip to content

Commit 99b3265

Browse files
committed
clang-format-vs: Update the VSIX ID.
We're moving the extension to a new account on the VS Marketplace, and apparently it's not possible to re-upload an extension with an existing ID on a new account. llvm-svn: 313060
1 parent 8bfdc0b commit 99b3265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format-vs/source.extension.vsixmanifest.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
33
<Metadata>
4-
<Identity Id="20dbc914-1c7a-4992-b236-ef58b37850eb" Version="@CLANG_FORMAT_VS_VERSION@" Language="en-US" Publisher="LLVM"/>
4+
<Identity Id="3cb18a5e-97e9-11e7-abc4-cec278b6b50a" Version="@CLANG_FORMAT_VS_VERSION@" Language="en-US" Publisher="LLVM"/>
55
<DisplayName>ClangFormat</DisplayName>
66
<Description xml:space="preserve">A tool to format C/C++/Obj-C code.</Description>
77
<MoreInfo>http://clang.llvm.org/docs/ClangFormat.html</MoreInfo>

0 commit comments

Comments
 (0)