Skip to content

Commit de2aea1

Browse files
committed
0.0.49
1 parent c764f8a commit de2aea1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-demo-time",
33
"displayName": "Demo Time",
44
"description": "Script your coding demos to perfection with this VS Code extension – no typos, no missteps, just flawless, stress-free presentations every time. Execute each demo step seamlessly, just like advancing through a slide presentation!",
5-
"version": "0.0.48",
5+
"version": "0.0.49",
66
"publisher": "eliostruyf",
77
"galleryBanner": {
88
"color": "#86836D",
@@ -113,7 +113,10 @@
113113
"description": "Opacity of the text which is not highlighted"
114114
},
115115
"demoTime.highlightZoomEnabled": {
116-
"type": ["boolean", "number"],
116+
"type": [
117+
"boolean",
118+
"number"
119+
],
117120
"default": false,
118121
"description": "Enable code zoom when highlighting code"
119122
},

0 commit comments

Comments
 (0)