devcontainers
Connect to the dev container from your regular terminal
Open the command palette and select Dev Containers: Install Dev Container CLI.
Paste the path in a terminal:
export PATH=$PATH:$HOME/.config/Code/User/globalStorage/ms-vscode-remote.remote-containers/cli-bin
Connect to the dev container from your terminal, when in the project folder:
devcontainer exec --workspace-folder . bash