microsoft / vscode-remote-release

Visual Studio Code Remote Development: Open any folder in WSL, in a Docker container, or on a remote machine using SSH and take advantage of VS Code's full feature set.
https://aka.ms/vscode-remote
Other
3.67k stars 293 forks source link

[Remote-SSH Bug]: Extensions ignore Server Install Path #10289

Closed janek202 closed 1 month ago

janek202 commented 1 month ago

I use Vscode 1.93.1 and Remote SSH v0.114.3. As home directories in my company are shared between different hosts, I need to make the server path unique, using Server Install Path.

Recently I noticed a lot of issues with extensions, and I discovered the Extension engine always uses a path from home, ignoring my Server path: Lock '/home/$user/.vscode-server/data/User/workspaceStorage/$id/vscode.lock'

This leads to a ton of issues, with architecture mismatches, host settings being overridden and so on. I tried to switch to a pre-release version, but it didn't help. I think it was working fine on 113.1, but I can't find it anymore, and I don't know how to downgrade it.

joshspicer commented 1 month ago

Thank you for taking the time to open an issue. This should be fixed in the latest release (dupe of https://github.com/microsoft/vscode-remote-release/issues/10255). Please feel free to re-open if you're seeing otherewise