This is the Codebook Zed extension. See main repo at: https://github.com/blopker/codebook
Please submit any issues in the main repo.
To update the Zed Extension:
- Update the version in extension.toml
- Commit changes and tag with version, push
- Move to zed/extensions repo
- Checkout main and sync with:
git fetch upstream && git pull upstream main
- Make a new branch (
gfb codebook-0.x.x
) - Run
git submodule update --remote --merge extensions/codebook
in zed/extensions - Update
extensions.toml
in zed/extensions with new version number. - Commit, push
- Make a PR to zed/extensions with the updated submodule