You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: not relevant
OS Version: not relevant
Steps to Reproduce:
Create an extension
install vsce (npm install -g @vscode/vsce)
run vsce package at the command line
notice error => ERROR Make sure to edit the README.md file before you package or publish your extension.
edit README.md
run vsce package again
found:
the same error is produced
expected:
the error would not be produced.
extra info:
I'm just trying to create a local package of my extension for use on my local machine in my local development environment. I'd rather not guess what vsce needs to see in my README.md before it will not announce errors. This seems related to #14730
workaround:
Deleting the contents of my README.md remedied the error message. I now have a completely empty README.md file. The vsce tool has no issues with that.
The text was updated successfully, but these errors were encountered:
I faced the same problem today. Would this message be more helpful: "It seems the README.md still contains template text. Make sure to edit the README.md file before you package or publish your extension." ?
Or perhaps leave it as a warning rather than an error. I can see that if I was actually publishing it I would want to not publish boiler-plate. Or maybe don't provide the boiler-plate. I don't really see any good solutions to the issue. However, If the complaint expressed in the error is that the README.md was not edited, and the README.md was edited, then the 'error' doesn't make a lot of sense. I also don't think that an empty README.md makes a lot of sense either.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
found:
the same error is produced
expected:
the error would not be produced.
extra info:
I'm just trying to create a local package of my extension for use on my local machine in my local development environment. I'd rather not guess what vsce needs to see in my README.md before it will not announce errors. This seems related to #14730
workaround:
Deleting the contents of my README.md remedied the error message. I now have a completely empty README.md file. The vsce tool has no issues with that.
The text was updated successfully, but these errors were encountered: