{ "version": "2.0.0", "tasks": [ { "label": "sx build (macos debug)", "detail": "Build M3te for macOS with DWARF (-O0) and collect a .dSYM for lldb.", "type": "shell", "command": "/Users/agra/projects/sx/zig-out/bin/sx build --target macos --emit-obj main.sx && /opt/homebrew/opt/llvm@19/bin/dsymutil sx-out/macos/M3te.app/Contents/MacOS/M3te", "options": { "cwd": "${workspaceFolder}" }, "group": "build", "problemMatcher": [] }, { "label": "sx build+launch (ios-sim debug)", "detail": "Build for the iOS simulator (-O0 + .dSYM), install, and launch paused for the debugger.", "type": "shell", "command": "${workspaceFolder}/.vscode/ios-sim-debug.sh", "options": { "cwd": "${workspaceFolder}" }, "group": "build", "problemMatcher": [] } ] }