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
- 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