Skip to content

Commit

Permalink
Update setting name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Jan 8, 2025
1 parent 0fde199 commit 91d0b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
## [0.0.29] - 2024-10-29

- Implement a line-by-line insert/replace action
- Configure the line-by-line insert/replace speed with the `demoTime.insertLineSpeed` setting
- Configure the line-by-line insert/replace speed with the `demoTime.lineInsertionDelay` setting

## [0.0.28] - 2024-10-21

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ In the `insert_and_highlight.json` file, you can define the steps you want to ex
| `demoTime.previousEnabled` | Enable the previous command when in presentation mode. | `false` |
| `demoTime.showClock` | Show a clock in the status bar. | `true` |
| `demoTime.timer` | Count down timer for how long the session should last. If not set, it will not count down. The value is the number of minutes. | `null` |
| `demoTime.insertLineSpeed` | The speed in milliseconds for inserting lines. If you set it to `0`, it will insert its content immediately. | `25` |
| `demoTime.lineInsertionDelay` | The speed in milliseconds for inserting lines. If you set it to `0`, it will insert its content immediately. | `25` |

> The `demoTime.previousEnabled` is by default disabled to avoid conflicts when the previous action inserted content into a file.
> When you enable this setting, you can use the `Demo Time: Previous` command to go back to the previous step or use the left clicker button.
Expand Down

0 comments on commit 91d0b0d

Please sign in to comment.