|
896 | 896 |
|
897 | 897 | "title": "Get Started with PowerShell",
|
898 | 898 |
|
899 |
| - "description": "A Sample walkthrough", |
| 899 | + "description": "Set up your environment and see what the PowerShell Extension in Visual Studio Code can help you achieve!", |
900 | 900 |
|
901 | 901 | "steps": [
|
902 | 902 |
|
| 903 | + |
| 904 | + |
| 905 | + { |
| 906 | + |
| 907 | + "id": "choosingaversion", |
| 908 | + |
| 909 | + "title": "Choosing a version of PowerShell", |
| 910 | + |
| 911 | + "media": {"markdown": "media/markdown/test.md"}, |
| 912 | + |
| 913 | + "description": "There are multiple versions of PowerShell that you can use with the PowerShell extension. Choose the version that best fits your needs here.\n For the newest version of PowerShell, install PowerShell 7 or run ``iex \"& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI\"`` \n[Install PowerShell 7](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2)\n - Latest version ― if you want the latest and greatest capabilities \n - Can be used to manage mutiple operating systems \n - [Open Source](https://github.com/powershell/powershell)", |
| 914 | + |
| 915 | + "completionEvents": ["onCommand:PowerShell.ShowSessionConsole"] |
| 916 | + |
| 917 | + }, |
| 918 | + |
| 919 | + { |
| 920 | + |
| 921 | + "id": "createafile", |
| 922 | + |
| 923 | + "title": "Create a PowerShell file", |
| 924 | + |
| 925 | + "media": {"markdown": "media/markdown/test.md"}, |
| 926 | + |
| 927 | + "description": "[Create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D) or [open](command:toSide:workbench.action.files.openFolder?%7B%22languageId%22%3A%22powershell%22%7D) a PowerShell file, make sure to save it as .ps1 \n[Create a File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D)\n**Tip**: Tip: Use keyboard shortcut **(Ctrl + N)** to open a new script file or **(Ctrl + O)** to open a file " , |
| 928 | + |
| 929 | + "completionEvents": ["onCommand:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D"] |
| 930 | + }, |
| 931 | + |
| 932 | + { |
| 933 | + |
| 934 | + "id": "switchsessions", |
| 935 | + |
| 936 | + "title": "Switch sessions", |
| 937 | + |
| 938 | + "media": {"markdown": "media/markdown/test.md"}, |
| 939 | + |
| 940 | + "description": " To switch between [PowerShell 7](command:PowerShell.ShowSessionConsole) and [Windows PowerShell 5](command:PowerShell.ShowSessionConsole), show the PowerShell sessions menu \n[Open PowerShell Sessions Menu](command:PowerShell.ShowSessionMenu)\n You can pin this to the status bar and switch sessions more smoothly ", |
| 941 | + |
| 942 | + "completionEvents": ["onCommand:PowerShell.ShowSessionConsole"] |
| 943 | + }, |
| 944 | + |
| 945 | + { |
| 946 | + |
| 947 | + "id": "usingisemode", |
| 948 | + |
| 949 | + "title": "Using ISE mode", |
| 950 | + |
| 951 | + "media": {"markdown": "media/markdown/test.md"}, |
| 952 | + |
| 953 | + "description": "If you are familiar with Windows PowerShell ISE and would like to configure your settings to replicate the ISE Experience, choose ISE Mode.\n[Enable ISE Mode](command:PowerShell.EnableISEMode)\n[Disable ISE Mode](command:PowerShell.DisableISEMode)", |
| 954 | + |
| 955 | + "completionEvents": ["onCommand:PowerShell.EnableISEMode"] |
| 956 | + |
| 957 | + |
| 958 | + }, |
| 959 | + |
903 | 960 | {
|
904 | 961 |
|
905 | 962 | "id": "openpowershellterminal",
|
|
908 | 965 |
|
909 | 966 | "media": {"markdown": "media/markdown/test.md"},
|
910 | 967 |
|
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)", |
| 968 | + "description": "Configure: Show Console\nYou can set the PowerShell extension terminal to run whenever you open the Powershell Extension in VS Code in order to use the PowerShell extension features.\n[Show Console](command:PowerShell.ShowSessionConsole)\n **Tip**: Use keyboard shortcut **(Ctrl + Shift + ` )** \n If you don't want the terminal panel to open on startup, you can keep the panel closed \n[Keep Panel Closed](command:PowerShell.ClosePanel)", |
912 | 969 |
|
913 | 970 | "completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
|
914 | 971 |
|
915 |
| - } |
| 972 | + }, |
| 973 | + |
| 974 | + { |
| 975 | + |
| 976 | + "id": "exploremoreresources", |
| 977 | + |
| 978 | + "title": "Explore more resources", |
| 979 | + |
| 980 | + "media": {"markdown": "media/markdown/test.md"}, |
| 981 | + |
| 982 | + "description": " - For [documentation](https://docs.microsoft.com/en-us/powershell/scripting/dev-cross-plat/vscode/using-vscode?view=powershell-7.2) on the PowerShell Extension\n - For more [general information](https://code.visualstudio.com/docs/languages/powershell)\n - Plug into the [PowerShell Community](https://docs.microsoft.com/en-us/powershell/scripting/community/community-support?view=powershell-7.2)\n - Take a look at our [Release Notes](https://docs.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-73?view=powershell-7.2)\n - Watch a [video tutorial](https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.2) for PowerShell’s key features ", |
| 983 | + |
| 984 | + "completionEvents": ["onCommand:PowerShell.ShowSessionConsole"] |
| 985 | + |
| 986 | + }, |
| 987 | + |
| 988 | + { |
| 989 | + |
| 990 | + "id": "userfeedback", |
| 991 | + |
| 992 | + "title": "Feedback", |
| 993 | + |
| 994 | + "media": {"markdown": "media/markdown/test.md"}, |
| 995 | + |
| 996 | + "description": "How has the “Get Started with PowerShell” Walkthrough affected your confidence level when using the PowerShell Extension in VS Code?\n[I feel less confident](command:PowerShell.ClosePanel)\n[My confidence has not been affected ](command:PowerShell.ClosePanel)\n[I feel more confident](command:PowerShell.ClosePanel)", |
| 997 | + |
| 998 | + "completionEvents": ["onCommand:PowerShell.ShowSessionConsole"] |
| 999 | + |
| 1000 | + } |
| 1001 | + |
| 1002 | + |
916 | 1003 |
|
917 | 1004 | ]
|
918 | 1005 |
|
|
0 commit comments