eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.94k stars 2.49k forks source link

Dev containers does not work (no errors, no logs, no visual state) #13888

Closed vitonsky closed 2 months ago

vitonsky commented 3 months ago

Bug Description:

Dev containers is does not run. No errors, no logs, no visual response

https://github.com/eclipse-theia/theia/assets/86191922/e2969b39-8ebc-4d58-9ce0-387b340425f2

Steps to Reproduce:

  1. Donwload IDE for linux as AppImage with official link
  2. Open IDE, open any project folder
  3. Create .devcontainer.json file (follow the guide)
  4. Run command "Reopen in container" with any way

Behavior

Expected:

Actual:

Additional Information

JonasHelming commented 3 months ago

@jonah-iden

jonah-iden commented 3 months ago

interesting, I can take look

jonah-iden commented 3 months ago

@JonasHelming for info. Could be that 1.51 broke the full remote feature including dev-containers. After my first investigation it seems like the electron reloading mechanism with new port is broken. But im not fully sure

jonah-iden commented 3 months ago

ok seems like it's just for when reloading the window instead of opening a new one. I'll see if i can put in some more time today. Otherwise probably on monday