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

Extension disappear (but are still in folder) #12485

Open
vrunk11 opened this issue May 4, 2023 · 6 comments
Open

Extension disappear (but are still in folder) #12485

vrunk11 opened this issue May 4, 2023 · 6 comments

Comments

@vrunk11
Copy link

vrunk11 commented May 4, 2023

Bug Description:

Somme extension installed manually using a .vsix downloaded from vscode marketplace sudenly disapear one day when launching the IDE (it was working fine for few days) (not all extension) it also appends while loading a saved workspace.
it append to me 2 time (in version 1.36.0) but even after updating to theia 1.37.0 extension are still missing in the ide but are installed in the ".theia-blueprint\extensions" folder , if i try to re install the extention it throw me an error "impossible to install"

Steps to Reproduce:

case 1 :

  1. Having CMake Tools installed (or other)
  2. close an opened workspace
  3. open a saved workspace

case 2 :

  1. Having CMake Tools installed (or other)
  2. Simply launching the IDE

Additional Information

  • Operating System: Windows 10 1709
  • Theia Version: 1.37.0
@tsmaeder
Copy link
Contributor

tsmaeder commented May 5, 2023

@vrunk11 it would help to know how you installed your copy of Theia and exactly how you installed the plugin.

@tsmaeder
Copy link
Contributor

tsmaeder commented May 5, 2023

Also: is there anything in the browser or console log?

@vrunk11
Copy link
Author

vrunk11 commented May 5, 2023

here a log of the dev console after startup
-1683297946738.log

i installed the extension using "install from .vsix ..." inside the ide

i installed Theia IDE using the blueprint installer and using the "for me only" install mode

side note : when getting that bug even uninstalling and removing all file the reinstall didn't seem to fix the issue (using the same extension as before) , but on a fresh install it works fine using a VM and the same .vsix

@vrunk11
Copy link
Author

vrunk11 commented May 5, 2023

also note that Somme of the extension reappeared but I still have 4 missing (they are in the folder but not in the ide)

@vrunk11
Copy link
Author

vrunk11 commented May 15, 2023

another interesting things to note is that some extension seem to disappear if i disconnect internet then launch theia but reaper if i reconnect internet and launch the IDE 🤔

@marcdumais-work
Copy link
Contributor

Hi @vrunk11 ,

some extension seem to disappear if i disconnect internet then launch theia but reaper if i reconnect internet and launch the IDE

That's strange. Did you notice if the extensions were among those you had installed yourself or extensions that come pre-packaged with Blueprint? (like several Java-related extensions).

On Windows, Blueprint currently unzips user-installed extensions under the temp folder, usually:
C:\Users\<Username>\AppData\Local\Temp\vscode-unpacked\. Can you confirm if you see an unzipped version of your installed extensions, under that folder? Given the symptoms described, I wonder if they might be installed under C:\Users\<Username>\AppData\Roaming\Temp\vscode-unpacked\ instead? If you see folders with your extension's names, can you confirm the content? For each extension, there should be an "extension" folder under, that contains the bundled version of the extension. You can compare with the .vsix file, opened as a zip file.

Also, I wanted to mention that a couple of bugs (unrelated, AFAIK, to this issue here), that I see in your log, should no longer be present with the latest version of Blueprint.

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