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 4da34e4 commit e22bab1Copy full SHA for e22bab1
src/vs/platform/extensionManagement/node/extensionManagementService.ts
@@ -350,6 +350,7 @@ export class ExtensionManagementService extends AbstractExtensionManagementServi
350
&& !(verificationStatus === ExtensionSignatureVerificationCode.NotSigned && !shouldRequireSignature)
351
&& verifySignature
352
&& this.environmentService.isBuilt
353
+ && (await this.getTargetPlatform()) !== TargetPlatform.LINUX_ARMHF
354
) {
355
try {
356
await this.extensionsDownloader.delete(location);
0 commit comments