You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reloading Theia, in Electron, does not properly load the extensions.
This appears to be a racing issue. So, it complicates testing and debugging.
Steps to Reproduce:
Run Theia
See extensions are working properly by looking at the tabs (i.e. Explorer, Debug, Extensions, Source Control, etc)
Reload the window
Check the same tabs and extension to see they are not loaded.
Reload again
The extensions should load properly now.
Additional Information
The issue seems to toggle. One reload causes the extensions not to load. The next reload the extensions load properly. The third reload repeats the issue. The fourth reload has no issue.
Operating System: Windows Version 10.0.19045 Build 19045
Theia Version: 1.35.0
The text was updated successfully, but these errors were encountered:
Bug Description:
Reloading Theia, in Electron, does not properly load the extensions.
This appears to be a racing issue. So, it complicates testing and debugging.
Steps to Reproduce:
Explorer
,Debug
,Extensions
,Source Control
, etc)Additional Information
The issue seems to toggle. One reload causes the extensions not to load. The next reload the extensions load properly. The third reload repeats the issue. The fourth reload has no issue.
The text was updated successfully, but these errors were encountered: