Fixed Checkpointing docs for enabling checkpointing using settings.json (#1534)
This commit is contained in:
parent
3a369ddec3
commit
63a7fbc5fd
|
@ -38,10 +38,8 @@ Add the following key to your `settings.json`:
|
|||
|
||||
```json
|
||||
{
|
||||
"features": {
|
||||
"checkpointing": {
|
||||
"enabled": true
|
||||
}
|
||||
"checkpointing": {
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue