Skip to content

Commit 91d0b0d

Browse files
committed
Update setting name in docs
1 parent 0fde199 commit 91d0b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
## [0.0.29] - 2024-10-29
115115

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

119119
## [0.0.28] - 2024-10-21
120120

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ In the `insert_and_highlight.json` file, you can define the steps you want to ex
674674
| `demoTime.previousEnabled` | Enable the previous command when in presentation mode. | `false` |
675675
| `demoTime.showClock` | Show a clock in the status bar. | `true` |
676676
| `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` |
677-
| `demoTime.insertLineSpeed` | The speed in milliseconds for inserting lines. If you set it to `0`, it will insert its content immediately. | `25` |
677+
| `demoTime.lineInsertionDelay` | The speed in milliseconds for inserting lines. If you set it to `0`, it will insert its content immediately. | `25` |
678678

679679
> The `demoTime.previousEnabled` is by default disabled to avoid conflicts when the previous action inserted content into a file.
680680
> 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.

0 commit comments

Comments
 (0)