Skip to content

Commit

Permalink
Add scripts property to manifest so that index access is valid
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Jul 2, 2019
1 parent 45ccecf commit 94f0c3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/platform/extensions/common/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export interface IExtensionManifest {
readonly bugs?: { url: string; };
readonly enableProposedApi?: boolean;
readonly api?: string;
readonly scripts?: { [key: string]: string; };
}

export const enum ExtensionType {
Expand Down

0 comments on commit 94f0c3a

Please sign in to comment.