theia icon indicating copy to clipboard operation
theia copied to clipboard

fixed reload for remote feature and added option to the electron window to add change url on reload

Open jonah-iden opened this issue 7 months ago • 0 comments

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

Reminder for reviewers

jonah-iden avatar Jul 05 '24 14:07 jonah-iden