Skip to content

Commit 74c8073

Browse files
authored
Remove isOptional from IPackage
1 parent 5f0208d commit 74c8073

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/packageManager/downloadAndInstallPackages.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export async function downloadAndInstallPackages(
8989
const telemetryProperties: { [key: string]: string } = {
9090
installStage: installationStage,
9191
packageId: pkg.id,
92-
isOptional: pkg.isOptional ? 'true' : 'false',
9392
};
9493

9594
if (error instanceof NestedError && error.err instanceof PackageError) {

0 commit comments

Comments
 (0)