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
+32Lines changed: 32 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -887,7 +887,39 @@
887
887
"uiTheme": "vs",
888
888
"path": "./themes/theme-psise/theme.json"
889
889
}
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)",
0 commit comments