Skip to content

Commit

Permalink
0.0.49
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Dec 30, 2024
1 parent c764f8a commit de2aea1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-demo-time",
"displayName": "Demo Time",
"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!",
"version": "0.0.48",
"version": "0.0.49",
"publisher": "eliostruyf",
"galleryBanner": {
"color": "#86836D",
Expand Down Expand Up @@ -113,7 +113,10 @@
"description": "Opacity of the text which is not highlighted"
},
"demoTime.highlightZoomEnabled": {
"type": ["boolean", "number"],
"type": [
"boolean",
"number"
],
"default": false,
"description": "Enable code zoom when highlighting code"
},
Expand Down

0 comments on commit de2aea1

Please sign in to comment.