build: add zed build watch task #82
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
mupen64/ugui!82
Loading…
Reference in a new issue
No description provided.
Delete branch "zed-build-task"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull request overview
Adds a Zed editor task intended to run the repository’s
build.pyscript in watch mode to streamline local development builds.Changes:
.zed/tasks.jsonwith abuild (watch)task that runspython build.py --watch.💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
@ -0,0 +7,4 @@"args": ["--watch"]},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.