Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openvsx extension missing included npm_modules #376

Closed
matkoniecz opened this issue Nov 24, 2021 · 5 comments
Closed

openvsx extension missing included npm_modules #376

matkoniecz opened this issue Nov 24, 2021 · 5 comments

Comments

@matkoniecz
Copy link

matkoniecz commented Nov 24, 2021

PeterWone/vsc-print extensions fails to install in VSCodium what is caused by corruption of extension package by openvsx

I am not the first affected person, see PDConSec/vsc-print#116

I reported it as VScodium bug but appears to be openvsx bug, see VSCodium/vscodium#928

entire node_modules was missing.

It is also missing from VSIX file at https://open-vsx.org/extension/pdconsec/vscode-print

It is not missing from VSIX file at https://marketplace.visualstudio.com/items?itemName=pdconsec.vscode-print

Published by open-vsx

so I am reporting it here

@matkoniecz
Copy link
Author

pure guessing:

Maybe https://github.com/PeterWone/vsc-print/blob/master/.vscodeignore#L23 is not parsed?

@PeterWone
Copy link

In respect of @matkoniecz speculation that .vscodeignore#L23 is not parsed - Microsoft briefly changed the way this file was parsed to make it consistent with other things. I raised an issue about problems this caused and the outcome was they reverted the change.

It is possible that this change and reversion has contributed.

@spoenemann
Copy link
Member

That extension is published from here: https://github.com/open-vsx/publish-extensions

Please create an issue at that repository (I can't transfer it). This repository is for the application code of Open VSX, not the public instance running at open-vsx.org (or the extensions published to it).

@PeterWone
Copy link

PeterWone commented Nov 25, 2021 via email

@matkoniecz
Copy link
Author

And fourth issue about this problem is now at EclipseFdn/publish-extensions#512

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants