{ "name": "TSYS Dev Stack - Docs", "dockerFile": "Dockerfile", "runArgs": [ "--userns=keep-id" ], "remoteUser": "tsysdevstack", "workspaceFolder": "/home/tsysdevstack/docs", "workspaceMount": "source=${localWorkspaceFolder}/docs,target=/home/tsysdevstack/docs,type=bind", "mounts": [ "source=${localWorkspaceFolder}/output,target=/home/tsysdevstack/output,type=bind" ], "features": {}, "customizations": { "vscode": { "extensions": [ "ms-vscode.vscode-json", "redhat.vscode-yaml", "ms-vscode.powershell", "ms-vsliveshare.vsliveshare", "yzhang.markdown-all-in-one", "shd101.windicss-intellisense", "bradlc.vscode-tailwindcss", "esbenp.prettier-vscode", "ms-python.python", "ms-python.black-formatter", "ms-toolsai.jupyter", "ms-toolsai.jupyter-keymap", "ms-toolsai.jupyter-renderers" ], "settings": { "terminal.integrated.defaultProfile.linux": "fish", "terminal.integrated.profiles.linux": { "fish": { "path": "/usr/bin/fish" } } } } }, "postCreateCommand": "chown -R tsysdevstack:tsysdevstack /home/tsysdevstack/docs /home/tsysdevstack/output" }