Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 8f81465

Browse files
author
Meaghan Lewis
authored
Merge pull request #2371 from github/fixes/essentials-SystemComponent
Make the essentials extension a system component
2 parents ee98673 + 5296ad4 commit 8f81465

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GitHub.VisualStudio.16/source.extension.vsixmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
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>
44
<Identity Id="f4fbb70d-dee2-4dee-b322-bd74e3010e8f" Version="2.10.2.0" Language="en-US" Publisher="GitHub, Inc" />
5-
<DisplayName>Clone from GitHub</DisplayName>
5+
<DisplayName>GitHub Essentials</DisplayName>
66
<Description>Clone or checkout code from GitHub</Description>
77
<PackageId>GitHub.VisualStudio.16</PackageId>
88
</Metadata>
9-
<Installation AllUsers="true">
9+
<Installation AllUsers="true" SystemComponent="true">
1010
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[16.0, 17.0)" />
1111
</Installation>
1212
<Dependencies>

0 commit comments

Comments
 (0)