Skip to content

Commit 94f0c3a

Browse files
committed
Add scripts property to manifest so that index access is valid
microsoft#76442
1 parent 45ccecf commit 94f0c3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/vs/platform/extensions/common/extensions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export interface IExtensionManifest {
140140
readonly bugs?: { url: string; };
141141
readonly enableProposedApi?: boolean;
142142
readonly api?: string;
143+
readonly scripts?: { [key: string]: string; };
143144
}
144145

145146
export const enum ExtensionType {

0 commit comments

Comments
 (0)