Anubis icon indicating copy to clipboard operation
Anubis copied to clipboard

FIX current version of theia does not work

Open wabscale opened this issue 3 years ago • 1 comments

Version v1.23.0 switched their socket implementation to socket.io. Whatever changed now does not respect nested websites. We're probably going to need to go through the PR in theia where this was introduced and fix it.

https://github.com/eclipse-theia/theia/pull/10514

For now we're locking the theia versions to 1.22.1

wabscale avatar Mar 27 '22 02:03 wabscale

Ok so it looks like the theia people caught this and fixed this a few weeks ago, though it has not made it into a release yet: https://github.com/eclipse-theia/theia/pull/10858

It is due for theia 1.24.0 which is in a few days: https://github.com/eclipse-theia/theia/milestone/32

wabscale avatar Mar 30 '22 01:03 wabscale

Hi @wabscale ,Am intrested in contributing to solve this issue,can you please assign me this,It would be helpful. Thank you

ravitejasssihl avatar Sep 10 '22 06:09 ravitejasssihl

This issue was actually solved a while back. They fixed the socket.io nesting stuff in 1.25.0. We are on 1.28.0 now:

https://github.com/AnubisLMS/IDE/blob/main/theia-base/latest.package.json#L19-L53

wabscale avatar Sep 10 '22 12:09 wabscale