-
Notifications
You must be signed in to change notification settings - Fork 243
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Description
Repro steps:
- Add mailto link in README.md, e.g. [Email me!](mailto:[email protected]?Subject=Repro).
- Run "vsce package"
- I get the following error:
Error: Couldn't detect the repository where this extension is published. The link 'mailto:[email protected]?Subject=Repro' will be broken in README.md. Please provide the repository URL in package.json or use the --baseContentUrl and --baseImagesUrl options.
If I run "vsce package --baseContentUrl" it ends up adding "true/" to the link like so:
[Email me!](true/mailto:[email protected]?Subject=Repro)
I would expect vsce to ignore mailto links such that they actually work when the package is installed and the user views the readme.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities