Files
zed-playground/.devcontainer/devcontainer.json
2026-01-19 12:18:03 +08:00

15 lines
321 B
JSON

{
"name": "zed-playground",
"dockerComposeFile": "../docker-compose.yml",
"service": "zed",
"workspaceFolder": "/workspaces/zed-playground",
"shutdownAction": "stopCompose",
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.defaultProfile.linux": "bash"
}
}
}
}