-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configurable vscode server download path #9986
Comments
Hi, Was the issue solved? |
The following worked for me (you will need root privileges).
|
Hello there, It also seems to download the extension at startup. I need to specify the
|
Thank you for taking the time to open an issue. Could you please share your logs ( Does it help if you set the |
That said, to support unique configurations it seems logical to provide a setting. In this case the issue is not in the SSH extension, but in the VS Code Remote Server that is spawned |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
We hope to configure the installation directory of vscode_server separately for each remote server, rather than using a user-wide configuration. This is because some servers have user home directories mounted via NFS3 to an HDFS directory, which causes errors when installing extensions and modifying the remote workspace configuration file settings.json (likely due to NFS3's lack of support for locking). On the other hand, using NFS4 to mount a regular hard drive as the user home directory works without issues. Since the directory structures of different servers are inconsistent, we need to configure the server installation directory for each server to use a local directory on the server instead of an NFS-mounted path. Of course, if the issues with NFS3 could be resolved, that would also be an acceptable solution. |
This feature request has not yet received the 10 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding |
🙁 In the last 60 days, this feature request has received less than 10 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Hello there,
I tried connecting to a remote server, but got an out-of-space error.
Check the log file, found that it tries to download the server to
/tmp
and/
run out of space.After cleaning up the
/
, it works fine.After searching I found there is
remote.ssh:server install path
which is default~
to configure install path.I wonder if the download path can also be configured.
The related log snippet is as follows:
The text was updated successfully, but these errors were encountered: