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
Works with custom shells (i.e. Nushell) where $HOME is not available to VSCode (due to migrating docker-compose.yml settings to devcontainer.json and use ${localEnv:HOME})
SSH script: redirect mountpoint stderr to stdout to hide the error logged previously
Minor changes
.devcontainer: run all services in docker-compose.yml by default
Container bind mount sources must be present for container setup to succeed
Documentation
remove Windows without WSL documentation (everyone uses WSL2 these days)
change 'remote containers extension' to 'dev containers extension'
simplify Customization section
remove "publish a port" since it can be done at runtime now
expand documentation on custom welcome script and where to specify the bind mount
use bullet points instead of subsections headings
Maintenance
Migrate all vscode service settings from .devcontainer/docker-compose.yml to .devcontainer/devcontainer.json
ci: bump docker/login-action from v2 to v3
ci: use docker/metadata-action to determine image parameters