From 4e6206eee901f3cc9992cd1abff9b48c930d01c2 Mon Sep 17 00:00:00 2001 From: chriswang521 Date: Thu, 31 Aug 2023 16:54:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/vs/base/common/product.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/base/common/product.ts b/src/vs/base/common/product.ts index 07e80aac..45d3d289 100644 --- a/src/vs/base/common/product.ts +++ b/src/vs/base/common/product.ts @@ -36,7 +36,7 @@ export interface ISearchPrefferedResults { readonly preferredResults?: string[]; } -interface IExtensionsControlManifest { +export interface IExtensionsControlManifest { malicious: string[]; migrateToPreRelease?: IStringDictionary<{ id: string;