Skip to content

Commit 19e0f9e

Browse files
authored
skip mandatory signature verification for linux arm (#248291)
1 parent abe4aab commit 19e0f9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/platform/extensionManagement/node/extensionManagementService.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ export class ExtensionManagementService extends AbstractExtensionManagementServi
342342
&& !(verificationStatus === ExtensionSignatureVerificationCode.NotSigned && !shouldRequireSignature)
343343
&& verifySignature
344344
&& this.environmentService.isBuilt
345+
&& (await this.getTargetPlatform()) !== TargetPlatform.LINUX_ARMHF
345346
) {
346347
try {
347348
await this.extensionsDownloader.delete(location);

0 commit comments

Comments
 (0)