Skip to content

Commit 2be4433

Browse files
authored
Making the TPv2 vsix a system component so that it cannot be disabled by the user. (#2007)
1 parent f33bb21 commit 2be4433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package/VSIXProject/source.extension.vsixmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<License>License.rtf</License>
88
<PackageId>Microsoft.VisualStudio.TestTools.TestPlatform.V2.CLI</PackageId>
99
</Metadata>
10-
<Installation AllUsers="true">
10+
<Installation AllUsers="true" SystemComponent="true">
1111
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community" />
1212
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Pro" />
1313
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Enterprise" />

0 commit comments

Comments
 (0)