We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0208d commit 74c8073Copy full SHA for 74c8073
src/packageManager/downloadAndInstallPackages.ts
@@ -89,7 +89,6 @@ export async function downloadAndInstallPackages(
89
const telemetryProperties: { [key: string]: string } = {
90
installStage: installationStage,
91
packageId: pkg.id,
92
- isOptional: pkg.isOptional ? 'true' : 'false',
93
};
94
95
if (error instanceof NestedError && error.err instanceof PackageError) {
0 commit comments