open-vsx / publish-extensions

Scripts for publishing VS Code extensions to open-vsx.org
Eclipse Public License 2.0
240 stars 207 forks source link

`James-Yu.latex-workshop` - Missing out/ directory #163

Open jpaczia opened 4 years ago

jpaczia commented 4 years ago

Currently the LaTex-Workshop extension is not working in VSCodium. According to this comment the out/ of OpenVSX directory is missing. The issue has already been reported to the VSCodium team here but has been rejected.

spoenemann commented 4 years ago

Let's see if the change fixes the issue (extensions are deployed once per day). If yes, I can remove the old broken versions.

spoenemann commented 4 years ago

@jpaczia could you check the latest version 8.13.2? https://open-vsx.org/extension/James-Yu/latex-workshop

jpaczia commented 4 years ago

Thanks, it's working again :+1:

spoenemann commented 4 years ago

I deleted the broken versions.

mseri commented 3 years ago

Version 8.20.2 is failing again with the same error for me (the previous version works fine)

5HT2 commented 3 years ago

I thought I was the only one.

Dev tools log:

workbench.desktop.main.js:2036 Activating extension 'James-Yu.latex-workshop' failed: Cannot find module '/home/liv/.vscode-oss/extensions/james-yu.latex-workshop-8.20.2/out/src/main.js'
Require stack:
- /usr/share/vscodium-bin/resources/app/out/vs/loader.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-amd.js
- /usr/share/vscodium-bin/resources/app/out/bootstrap-fork.js.
5HT2 commented 3 years ago

This issue is being tracked at #414, and has been resolved (mostly).

p-fruck commented 3 years ago

Since all other issues are closed except for this one, I'd like to follow up: The extension (8.20.2) seems to be (partially) broken again. When using the latest version of VSCodium, the installation of Latex Workshop v8.20.2 installs just fine on Kubuntu 21.10, but fails on Fedora 34. When clicking "install another version", v8.20.2 published 26 days ago fails with the given error message, but 8.19.2 is working just fine. I don't understand why this error seems to occur only on Fedora...

akosyakov commented 3 years ago

Let's try to ask the author to publish: https://github.com/James-Yu/LaTeX-Workshop/issues/2944 There is not really extra effort for them with testing, just adding a token and publish command. Plus many authors already doing it.

RB-Lab commented 2 years ago

Hi! Looks like a similar issue is in template-string-converter package: https://github.com/meganrogge/template-string-converter/issues/59 Could it be related (e.g. common publishing pipeline)?

akosyakov commented 2 years ago

Could you open a new issue if template-string-converter does not work?

RB-Lab commented 2 years ago

Sure, NP.

filiptronicek commented 2 years ago

It looks like the extension is still not working, but because of another cause, created https://github.com/James-Yu/LaTeX-Workshop/issues/3011 to track this.

filiptronicek commented 2 years ago

Apparently this will take a while to fix: https://github.com/James-Yu/LaTeX-Workshop/issues/3011#issuecomment-992627030