build: add zed build watch task #82

Merged
abart27 merged 1 commit from zed-build-task into main 2026-05-06 21:01:36 +00:00
abart27 commented 2026-05-06 21:01:28 +00:00 (Migrated from github.com)
No description provided.
copilot-pull-request-reviewer[bot] (Migrated from github.com) reviewed 2026-05-06 21:02:55 +00:00
copilot-pull-request-reviewer[bot] (Migrated from github.com) left a comment

Pull request overview

Adds a Zed editor task intended to run the repository’s build.py script in watch mode to streamline local development builds.

Changes:

  • Introduces .zed/tasks.json with a build (watch) task that runs python build.py --watch.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

## Pull request overview Adds a Zed editor task intended to run the repository’s `build.py` script in watch mode to streamline local development builds. **Changes:** - Introduces `.zed/tasks.json` with a `build (watch)` task that runs `python build.py --watch`. --- 💡 <a href="/mupen64/ugui/new/main?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.
@ -0,0 +7,4 @@
"args": [
"--watch"
]
},
copilot-pull-request-reviewer[bot] (Migrated from github.com) commented 2026-05-06 21:02:55 +00:00

This file is not valid JSON because the task object has a trailing comma before the closing array bracket. Zed likely won’t be able to parse/load the tasks file until that trailing comma is removed.

This file is not valid JSON because the task object has a trailing comma before the closing array bracket. Zed likely won’t be able to parse/load the tasks file until that trailing comma is removed.
Sign in to join this conversation.
No description provided.