Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
benibenj committed Nov 4, 2024
1 parent b015095 commit 6aa2149
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1008,10 +1008,6 @@ export class ChangelogProcessor extends MarkdownProcessor {
}

override async processFile(file: IFile): Promise<IFile> {
if (isInMemoryFile(file)) {
util.log.warn(`The provided changelog file is in memory and will not be included in the VSIX.`);
return file;
}
file = { ...file, originalPath: !isInMemoryFile(file) ? file.localPath : undefined, path: 'extension/changelog.md' };
return await super.processFile(file, file.path);
}
Expand Down

0 comments on commit 6aa2149

Please sign in to comment.