How can I update README.md in the Visual Studio Market Place? #2502
-
Hello everyone, I have an issue. I'm trying to update my extension on the Visual Studio Marketplace, specifically the ReadMe file, where I have added images using the following format:
Now, the images have changed. The images are not stored locally in the extension folder. Instead, I have two repositories: A private repository, which contains the extension files along with the ReadMe file. However, on the Visual Studio Marketplace, despite having updated the package.json file with:
I have re-published the package with the updated JSON and the correct image links. I ran the following commands: vsce package
vsce publish Even after all this, the images are still not showing on the Marketplace. How can I fix this? I have also followed Discussion #1054 , but I am still unable to update the ReadMe on the Marketplace. Any suggestions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ok Im sorry, I have used the wrong links for: I used "https://github.com/woweya/..." Now it works! |
Beta Was this translation helpful? Give feedback.
Ok Im sorry, I have used the wrong links for:
![Theme Screenshot](....url.....)
I used "https://github.com/woweya/..."
When I needed to use:
"https://raw.githubusercontent.com/woweya/..."
Now it works!