Skip to content

Commit

Permalink
Adds vscode keys - since they can be large (#5420)
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 19, 2019
1 parent 2f08a74 commit dfe9790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/execute-lifecycle-script.js
Expand Up @@ -18,7 +18,7 @@ export type LifecycleReturn = Promise<{
stdout: string,
}>;

export const IGNORE_MANIFEST_KEYS: Set<string> = new Set(['readme', 'notice', 'licenseText']);
export const IGNORE_MANIFEST_KEYS: Set<string> = new Set(['readme', 'notice', 'licenseText', 'activationEvents', 'contributes']);

// We treat these configs as internal, thus not expose them to process.env.
// This helps us avoid some gyp issues when building native modules.
Expand Down

0 comments on commit dfe9790

Please sign in to comment.