Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to update Readme.md vscode extension in vscodemarketplace?

I cant update the vscode extension Readme file after publishing. Can someone help me how to update the Readme.md in vscode marketplace?

like image 685
YASHWANTH A Avatar asked Sep 02 '25 02:09

YASHWANTH A


2 Answers

I don't know if this is the right way to do it or not. But you can add to your extension homepage attribute at package.json file and set its value to link of your GitHub README file.

{
    ...
    "homepage": "https://github.com/your/github/link/README.md",
    ...
}

and when you update README file then update your package at marketplace using vsce publish it will update README at marketplace.

like image 192
MrCarrots Avatar answered Sep 04 '25 15:09

MrCarrots


I'm having the same problem, I've made some changes on my readme file and now I can't just update it to the vscode marketplace... I think the only way then is unpublish the extension and publish again to write the description again.

like image 21
Zortea Avatar answered Sep 04 '25 17:09

Zortea



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!