{ "customizations": { "vscode": { "extensions": [ "ms-python.python", "ms-toolsai.jupyter", "visualstudioexptteam.vscodeintellicode" ], "settings": { "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" } }, "terminal.integrated.defaultProfile.linux": "bash" } } }, "dockerFile": "Dockerfile", "updateContentCommand": "cd samples/apps/autogen-studio && pip install -e . && sudo npm install -g gatsby-cli && cd frontend && yarn install && yarn build" }