This commit is contained in:
2026-01-19 12:18:03 +08:00
commit 4e8a4a5579
4 changed files with 103 additions and 0 deletions

View File

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