mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Fixed Checkpointing docs for enabling checkpointing using settings.json (#1534)
This commit is contained in:
@@ -38,12 +38,10 @@ Add the following key to your `settings.json`:
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"features": {
|
|
||||||
"checkpointing": {
|
"checkpointing": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Using the `/restore` Command
|
## Using the `/restore` Command
|
||||||
|
|||||||
Reference in New Issue
Block a user