docs: remove references to deprecated --checkpointing flag (#12477)

Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
This commit is contained in:
Stone Sun
2025-11-15 00:19:12 +08:00
committed by GitHub
parent a591505bf9
commit 016b5b42e2
4 changed files with 5 additions and 5 deletions

View File

@@ -40,6 +40,10 @@ file in your project's temporary directory, typically located at
The Checkpointing feature is disabled by default. To enable it, you need to edit
your `settings.json` file.
> **Note:** The `--checkpointing` command-line flag was removed in version
> 0.11.0. Checkpointing can now only be enabled through the `settings.json`
> configuration file.
Add the following key to your `settings.json`:
```json