Replies: 2 comments
-
|
I have figured out the problem. It seems issue with vsce version. My current vsce version 3.6.2, when I package my extension as vsix, puts my README.md as readme.md inside the extension folder. I see this output of the vsce package command: Whereas, if I install the vsce npm package version 2.15.0 and then run it like below, I see the README.md inside the extension and everything works perfectly fine. It seems either newer versions of vsce (3.6.2) expect the README in a different format, or it is a bug in that version |
Beta Was this translation helpful? Give feedback.
-
|
Hey @tmirza, thanks for looking into it, this is an unknown bug. The different casing ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m experimenting with adding VS Code extensions to my custom Theia IDE.
When I install a .vsix from Open VSX or using Theia’s download:plugins, the extension’s README displays fine in the Extensions view, even though the .vsix content has the typical extension/README.md structure.
However, when I manually extract a .vsix into the plugins/ folder, Theia loads the extension code but fails to show the README content on selection of extension in built-in extensions.
Is it known limitation or I need to do something different during packing and unpacking a vsix?
p.s. If I copy README.md to root of my extracted extension then it appears fine.
Beta Was this translation helpful? Give feedback.
All reactions