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 abe4aab commit 19e0f9eCopy full SHA for 19e0f9e
src/vs/platform/extensionManagement/node/extensionManagementService.ts
@@ -342,6 +342,7 @@ export class ExtensionManagementService extends AbstractExtensionManagementServi
342
&& !(verificationStatus === ExtensionSignatureVerificationCode.NotSigned && !shouldRequireSignature)
343
&& verifySignature
344
&& this.environmentService.isBuilt
345
+ && (await this.getTargetPlatform()) !== TargetPlatform.LINUX_ARMHF
346
) {
347
try {
348
await this.extensionsDownloader.delete(location);
0 commit comments