Would you prefer to work on your Renku project from the comfort of your local VSCode rather than in the browser? This how-to guide shows you how to do exactly that!
<aside> <img src="/icons/info-alternate_blue.svg" alt="/icons/info-alternate_blue.svg" width="40px" />
VSCode tunnels are supported in the following Renku session environments:
2.7.0
.
start_tunnel
and follow the instructions:
Install the “Remote - Tunnels” VSCode Extension if you don’t already have it.
In the very bottom left of the window, click the Open a Remote Window button
The ‘Open a Remote Window’ button
Pick Connect to Tunnel...
If you’re not signed in, you’ll be asked to sign in. Sign into the same account you did when running the start_tunnel
script
You should now see a list of available tunnels on your account, and one of them should be a renku-...
tunnel. Select it!
<aside> <img src="/icons/light-bulb_yellow.svg" alt="/icons/light-bulb_yellow.svg" width="40px" />
Tip: Do you have more than one Renku session tunnel? You can find the name of the tunnel for each session by looking at beginning of the logs of start_tunnel
. The line looks like this:
[2025-09-01 12:06:23] info Creating tunnel with the name: renku-1189b3f2321d0b
</aside>
If no files show up at first, click the Open… shortcut and enter /home/renku/work/
You should now see the same files you see in your RenkuLab session, and you can do work exactly like you are in a RenkuLab session!