Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that startup UI extensions are rendered correctly (#217)
UI extensions that should be active i.e. visible on startup might be activated to early (before the initial model loading is completed) which can cause rendering issues in some cases. This can be avoided by enabling these UI extensions after the model has been initialized. (eclipse-glsp/glsp#585)
- Loading branch information