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

Your VSCodium installation appears to be corrupt. Please reinstall. #723

Closed
2 tasks done
SimonBrazell opened this issue May 20, 2021 · 5 comments
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@SimonBrazell
Copy link

SimonBrazell commented May 20, 2021

Describe the bug
With the most recent build on MacOS a warning message is now displayed when starting vscodium saying:

Your VSCodium installation appears to be corrupt. Please reinstall.

I've tried reinstalling (brew reinstall vscodium), the message is still displayed.

There is an option to get more information which takes you to https://go.microsoft.com/fwlink/?LinkId=828886.

The editor also displays [Unsupported] at the top to the right of the workspace name.

This message was not present in previous builds.

Please confirm that this problem is VSCodium-specific

  • This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.

Please confirm that the issue/resolution isn't already documented

To Reproduce
Steps to reproduce the behavior:
Occurs upon starting the application.

Expected behavior
No warnings should be displayed.

Screenshots
Screen Shot 2021-05-20 at 10 30 58

Desktop (please complete the following information):

  • OS: Mac OS 11.2.3 (20D91)
  • Architecture Intel
  • Version: 1.56.2
    Commit: cfa2e218100323074ac1948c885448fdf4de2a7f
    Date: 2021-05-09T15:57:41.650Z (1 wk ago)
    Electron: 12.0.4
    Chrome: 89.0.4389.114
    Node.js: 14.16.0
    V8: 8.9.255.24-electron.0
    OS: Darwin x64 20.3.0

Additional context
I'm overriding the default extensions gallery and using the original VScode marketplace instead via an edited product.json file in ~/Library/Application Support/VSCodium, just followed the docs for this.

Let me know if there is anything else I should supply or try, Cheers!

@SimonBrazell SimonBrazell added the bug Something isn't working label May 20, 2021
@Swiftb0y
Copy link

I started having the same issue with the build for fedora.

@pdfrod
Copy link

pdfrod commented Jul 17, 2021

Same issue here in Ubuntu 20.10.

@Swiftb0y
Copy link

I recently figured out what the issue is. If you change the product.json file, some package managers won't replace it when upgrading to a new version. In that case, you'll need to replace the changed product.json file with the new one and reapply your customizations on top of that.

@pdfrod
Copy link

pdfrod commented Jul 17, 2021

Thanks for the tip @Swiftb0y, that lead me in the right direction.

In my case the product.json installed by the package manager was fine, but like the OP, I had a custom product.json inside my home folder. Apparently I created this custom product.json by copying the content from the package version and changing the extensionsGallery section, however according to the instructions, the custom product.json should only contain the extensionsGallery section. Removing all the unnecessary stuff from custom product.json fixed the problem for me.

@SimonBrazell
Copy link
Author

@pdfrod that's it!

I had a full copy of the product.json file in the ~/Library/Application Support/VSCodium folder that I'd copied and modified from the original package, removing this and using the environment variables instead resolved the problem.

Cheers!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 4, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants