How to access files outside home folder (VSCode remote)

So, I’m connected to a remote server via ssh in VSCode. Problem is, I can’t access files outside my (remote) home directory from the juia REPL. When I copy files into my home directory I can access them.

I assume this is something similar to hoy jupyter servers can’t access files outside their base directory. Anybody know how can I fix it for VSCode?

did you try to type semicolon on a new line in REPL? this way you can change to shell and then change the directory.

1 Like

So, that works. I have no idea why changing directory would matter if I enter an absolute path. But hey, for whatever reason that works…

1 Like