// If you want to run as a non-root user in the container, see .devcontainer/docker-compose.yml. { "name": "Node.js 20 & Postgres", "dockerComposeFile": "docker-compose.yml", "service": "web", "workspaceFolder": "/workspace", // Add the IDs of extensions you want installed when the container is created in the array below. "customizations":{ "vscode": { "extensions": ["dbaeumer.vscode-eslint"], "settings": { "terminal.integrated.shell.linux": "/bin/bash" } } } }