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: package.json
+32-21Lines changed: 32 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,16 @@
2
2
"name": "vscode-demo-time",
3
3
"displayName": "Demo Time",
4
4
"description": "Unlock a new dimension in presenting coding demos – effortlessly click through them as if they were presentation slides, thanks to this VSCode extension.",
"contents": "Hello and welcome to Demo Time! You can use this extension to help you during coding demos.\n\nGet started creating a `.demo/demo.json` file in your workspace or by clicking on the initialize button.\n\n[Initialize](command:demo-time.initialize)"
180
-
}],
181
-
"keybindings": [{
182
-
"command": "demo-time.start",
183
-
"key": "right",
184
-
"when": "demo-time.presentation"
185
-
}]
184
+
"viewsWelcome": [
185
+
{
186
+
"view": "demo-time",
187
+
"contents": "Hello and welcome to Demo Time! You can use this extension to help you during coding demos.\n\nGet started creating a `.demo/demo.json` file in your workspace or by clicking on the initialize button.\n\n[Initialize](command:demo-time.initialize)"
0 commit comments