-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminal File Links Not Working in Theia 1.58.x #15050
Comments
@carstenrd do you have any errors in the browser log when this happens? |
@tsmaeder Thanks for the reply The only browser log i see when initially loading the page is for the I see warnings for various plugins, but nothing from the When hovering over a file path in the Terminal nothing happens, the path is not underlined (as it was in 1.55) and there is no log/errors in the console, its like the event is not triggering anymore. |
I am still getting this as well. Has anyone else reproduced? |
I am able to reproduce this (on MacOS). I am currently debugging it to find out what happens. I'll report my findings back here... |
Sadly, I am running into obstacles when trying to debug. What I can tell is that for me, it seems to be only reproducible with the packaged theia-ide. I have tried to add some diagnostic code in I am currently stuck here. Any hints how I could proceed to debug a packaged IDE are welcome... |
I cannot speak about the internals, but I can reproduce this issue by running I am running the browser IDE in both dev and production bundle and they both have this issue every time. |
I was finally able to debug this. This is what happens:
In short: The To fix, we could call I'll open a PR, hoping that this fix is fine. |
…a#15050) Signed-Off-By: Stefan Winkler <[email protected]>
Issue Description
After upgrading from Theia 1.55.0 to the release/1.58.x branch, file paths in the terminal no longer become clickable links when using command+click. For example, when
/tmp/log.text
was printed to the terminal in 1.55.0, I could command+click to get it to open in the Theia Editor. In 1.58.x, there is no hover text and command+click does not open the file in the Theia EditorExpected Behavior
When hovering over file paths in the terminal (such as file paths in error messages or command outputs), these paths should:
Current Behavior
File paths in the terminal are not being detected as links. No tooltip appears when hovering over them, and they cannot be clicked to open the corresponding files.
Reproduction Steps
ls -la
)Environment
Environment Setup:
Currently using the following script to load Theia in the browser:
The text was updated successfully, but these errors were encountered: