You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to instead configure this in a project directory, so that other users that clone my git project and open it via "Dev Containers: Attach to Running Container..." get the same override by default.
How can I do this?
At first glance, .devcontainer/ seems like a potential solution. However, it seems that this directory is only used for "Open Folder in Container", and not for "Attach to Running Container".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, I override
remoteUser
for my container by adding a line to:~/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/nameConfigs/foo.json
This works.
I would like to instead configure this in a project directory, so that other users that clone my git project and open it via "Dev Containers: Attach to Running Container..." get the same override by default.
How can I do this?
At first glance,
.devcontainer/
seems like a potential solution. However, it seems that this directory is only used for "Open Folder in Container", and not for "Attach to Running Container".Beta Was this translation helpful? Give feedback.
All reactions