Relative Content

Tag Archive for vscode-remotevscode-remote-ssh

Edit remote path on remote ssh tunnel vscode connection

I am using vs code on Windows 11 and have remote tunnel connection to vscode server that works fine but i want to change the path I am placed in once I connect to the remote code. The remote server is Ubuntu 24 on a PI 5 machine.

After using the latest vscode version, the recently accessed path names on my remote server are not showing up completely

After using the latest vscode version, the recently accessed path names on my remote server are not showing up completely.
Because I have several branches of code, the absolute paths are not the same
For example, there are paths such as “/data/code1/src” and “/data/code2/src”, but in the new version, only “src” is displayed here, which makes me confused, I need to hover over the short path to show the full path. In previous versions, the full path is shown here.