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
Similar to the "Default Extensions" setting, I'd like there to be "Default Mounts" and "Default Environment Variables" settings for specifying additional mount points and environment variables for all devcontainers.
The main use-case (for me, at least) is in linking my devcontainer to WSLg or another X11 server to support GUI apps - either when developing one or when running one as a tool. I'd prefer to use a setting over specifying this within the .devcontainer.json in the repository, since this configuration may differ between workstations.
Similar to the "Default Extensions" setting, I'd like there to be "Default Mounts" and "Default Environment Variables" settings for specifying additional mount points and environment variables for all devcontainers.
The main use-case (for me, at least) is in linking my devcontainer to WSLg or another X11 server to support GUI apps - either when developing one or when running one as a tool. I'd prefer to use a setting over specifying this within the
.devcontainer.jsonin the repository, since this configuration may differ between workstations.Relates to: Remote - Containers