{ "name": "TSYSDevStack Toolboxes Docs", "dockerComposeFile": "docker-compose.yml", "service": "tsysdevstack-toolboxes-docs", "workspaceFolder": "/home/tsysdevstack", "settings": { "terminal.integrated.defaultProfile.linux": "bash", "terminal.integrated.profiles.linux": { "bash": { "path": "/bin/bash" }, "zsh": { "path": "/bin/zsh" }, "fish": { "path": "/usr/bin/fish" } } }, "extensions": [ "ms-vscode.vscode-json", "redhat.vscode-yaml", "ms-vscode.powershell", "GitHub.copilot", "GitHub.copilot-chat" ], "remoteUser": "tsysdevstack", "postCreateCommand": "mise install" }