You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -356,6 +356,7 @@ To use the extension, you need to create a `.demo` folder in your workspace. Onc
356
356
|`demoTime.highlightZoomEnabled`| Enable zooming when highlighting code |`false`|
357
357
|`demoTime.showClock`| Show a clock in the status bar |`true`|
358
358
|`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`|
359
+
|`demoTime.insertLineSpeed`| The speed in milliseconds for inserting lines. If you set it to `0`, it will insert its content immediately. |`25`|
0 commit comments