-
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
[Dev Containers] Add remote.SSH.serverInstallPath equivalent for Dev Containers #9432
Comments
I do not know if that's your case but by creating a symbolic link between my home path and the desired path I was able to overcome this issue. mkdir -p /your/desired/path/.vscode-remote-containers
ln -s /your/desired/path/.vscode-remote-containers /home/<user>/.vscode-remote-containers Note that your desired path should be the same as where your This is a solution but Microsoft devs should add this as a setting :( |
The issue is that it never creates the remote container folder in the first place, because the SSH user doesn't have permission to create folders in the home directory. I can create folders in other directories, but not the one VSCode wants to use. A setting to change the destination folder would resolve this issue. |
I'd like this too. |
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! |
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! |
There is the
remote.SSH.serverInstallPath
setting for Remote - SSH, but no way to change where Visual Studio is installed when attaching to containers. This makes it impossible to attach VSCode to containers where home permissions are restricted.I am referring specifically to the "Attach Visual Studio Code" menu item when right clicking a Kubernetes pod in the Clusters extension window. It will attempt (and fail) to install to the home directory.
The text was updated successfully, but these errors were encountered: