Skip to content

Commit 7d1cc98

Browse files
authored
Merge pull request #844 from microsoft/ulugbekna/improve-err-msg-readme-edit
fix microsoft/vscode#175292
2 parents b22f94c + 10d404d commit 7d1cc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ export class MarkdownProcessor extends BaseProcessor {
723723
let contents = await read(file);
724724

725725
if (/This is the README for your extension /.test(contents)) {
726-
throw new Error(`Make sure to edit the README.md file before you package or publish your extension.`);
726+
throw new Error(`It seems the README.md still contains template text. Make sure to edit the README.md file before you package or publish your extension.`);
727727
}
728728

729729
if (this.rewriteRelativeLinks) {

0 commit comments

Comments
 (0)