Skip to content

Commit 1617bde

Browse files
committed
add dummy walkthrough
1 parent 585ea80 commit 1617bde

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

media/markdown/test.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
oui

package.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,39 @@
887887
"uiTheme": "vs",
888888
"path": "./themes/theme-psise/theme.json"
889889
}
890+
],
891+
"walkthroughs":[
892+
893+
{
894+
895+
"id": "sample",
896+
897+
"title": "Get Started with PowerShell",
898+
899+
"description": "A Sample walkthrough",
900+
901+
"steps": [
902+
903+
{
904+
905+
"id": "openpowershellterminal",
906+
907+
"title": "Open the PowerShell Terminal",
908+
909+
"media": {"markdown": "media/markdown/test.md"},
910+
911+
"description": "Configure: Show Console\nYou can set the integrated console to appear whenever you open the Powershell Extension in VS Code.\n[Show Console on Startup](command:PowerShell.ShowSessionConsole)",
912+
913+
"completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
914+
915+
}
916+
917+
]
918+
919+
}
920+
890921
]
922+
891923
},
892924
"private": true
893925
}

0 commit comments

Comments
 (0)