-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frequent 'Unable to initialize IDE' error on AWS (#4352)
* CHE-4288: Frequent 'Unable to initialize IDE' error on AWS Move the logic for injecting the Orion editor from the OrionEditorExtension class to the EditorInitializerPromiseHolder. Thus avoiding the chance for having the initializePromise field with null value. * Ensure built-codeEdit.css is injected only once If injected multiple times, eventually, the last one may be injected *after* the orion-codenvy-theme.css stylesheet. Thus causing issues to theming the code editor.
- Loading branch information
1 parent
194f044
commit e74cf00
Showing
2 changed files
with
158 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters