// https://github.com/microsoft/vscode-dev-containers/tree/master/containers/typescript-node { "name": "Node.js & TypeScript", "build": { "dockerfile": "Dockerfile", "args": { "VARIANT": "18" } }, "customizations": { "env": { "PATH": "/usr/local/share/.config/yarn/global/node_modules/.bin:$PATH" }, "vscode": { "settings": { "terminal.integrated.shell.linux": "/bin/bash" }, "extensions": ["dbaeumer.vscode-eslint"] } }, "remoteUser": "node" }