theia
theia copied to clipboard
fixed reload for remote feature and added option to the electron window to add change url on reload
What it does
This fixes the remote feature when connecting current window to remote instance. Had to add the option for the electron window reload to add a new url.
Fixes #13888
How to test
Best tested with dev containers. Simple file like this should be enough.
{
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
"forwardPorts": [3000]
}
"Reopen in Container" command should now again work as expected
Follow-ups
Review checklist
- [x] As an author, I have thoroughly tested my changes and carefully followed the review guidelines
Reminder for reviewers
- As a reviewer, I agree to behave in accordance with the review guidelines