- Update ToolboxStack/output/toolbox-template/.devcontainer/devcontainer.json with improved container settings - Update ToolboxStack/output/toolbox-template/PROMPT with enhanced instructions - Update ToolboxStack/output/toolbox-template/SEED with updated seed data - Update ToolboxStack/output/toolbox-template/docker-compose.yml with enhanced service definitions - Add ToolboxStack/output/toolbox-template/README.md with documentation This enhances the toolbox template for creating new developer environments.
14 lines
339 B
JSON
14 lines
339 B
JSON
{
|
|
"name": "TSYSDevStack {{toolbox_name}}",
|
|
"dockerComposeFile": [
|
|
"../docker-compose.yml"
|
|
],
|
|
"service": "{{toolbox_name}}",
|
|
"workspaceFolder": "/workspace",
|
|
"remoteUser": "toolbox",
|
|
"runServices": [
|
|
"{{toolbox_name}}"
|
|
],
|
|
"overrideCommand": false,
|
|
"postCreateCommand": "zsh -lc 'starship --version >/dev/null'"
|
|
} |