We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b015095 commit 6aa2149Copy full SHA for 6aa2149
src/package.ts
@@ -1008,10 +1008,6 @@ export class ChangelogProcessor extends MarkdownProcessor {
1008
}
1009
1010
override async processFile(file: IFile): Promise<IFile> {
1011
- if (isInMemoryFile(file)) {
1012
- util.log.warn(`The provided changelog file is in memory and will not be included in the VSIX.`);
1013
- return file;
1014
- }
1015
file = { ...file, originalPath: !isInMemoryFile(file) ? file.localPath : undefined, path: 'extension/changelog.md' };
1016
return await super.processFile(file, file.path);
1017
0 commit comments