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
There are cases like #14586 where we cannot fix a problem for adopters in our own code. It would be good if we had some documentation for adopters on what they need to do when creating their own application. There is some documentation on theia-ide.org, but it's hard to keep that in sync with the actual code.
The text was updated successfully, but these errors were encountered:
👍🏼 In my opinion a in-repo documentation for adopters would be a great addition.
Another case that should be mentioned there is a potential build error related to the inversify version.
This was fixed for Theia >=1.56 with #14435
However, if adopters start from scratch with an older version they need to manually lock (i.e. via resolutions) a compatible version.
Feature Description:
There are cases like #14586 where we cannot fix a problem for adopters in our own code. It would be good if we had some documentation for adopters on what they need to do when creating their own application. There is some documentation on theia-ide.org, but it's hard to keep that in sync with the actual code.
The text was updated successfully, but these errors were encountered: