[ { "label": "Build and Serve", "command": "wsl", "args": ["bash", "build-serve.sh"], "cwd": "${ZED_WORKTREE_ROOT}", }, { "label": "Upload to Server", "command": "wsl", "args": ["bash", "upload.sh"], "cwd": "${ZED_WORKTREE_ROOT}", }, ]