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
In our Theia-derived IDE, on startup the AI feature is disabled although the setting is enabled:
This does not happen always but most of the time.
When toggling the setting twice, the feature is enabled again until the next restart.
We could not reproduce this with TheiaIDE yet.
From debugging with log messages, I observed, that in such cases there is no event, that the AI feature preference changed. This line is never hit and the AI feature is not enabled.
Additional Information
Operating System: Windows
Theia Version: 1.58.3
The text was updated successfully, but these errors were encountered:
In our Theia-derived IDE, the AI feature sometimes is not enabled
properly, even though the setting is enabled. We traced this down
to the AIActivationServer depending on a signal from the
PreferenceService.
FIxeseclipse-theia#15043
Signed-off-by: Florian Richter <[email protected]>
In our Theia-derived IDE, the AI feature sometimes is not enabled
properly, even though the setting is enabled. We traced this down
to the AIActivationServer depending on a signal from the
PreferenceService.
Fixeseclipse-theia#15043
Signed-off-by: Florian Richter <[email protected]>
Bug Description:
In our Theia-derived IDE, on startup the AI feature is disabled although the setting is enabled:
This does not happen always but most of the time.
When toggling the setting twice, the feature is enabled again until the next restart.
We could not reproduce this with TheiaIDE yet.
From debugging with log messages, I observed, that in such cases there is no event, that the AI feature preference changed.
This line is never hit and the AI feature is not enabled.
Additional Information
The text was updated successfully, but these errors were encountered: