Skip to content

Commit 273faab

Browse files
committed
WIP: changes
1 parent ba1713d commit 273faab

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

package.json

+9-10
Original file line numberDiff line numberDiff line change
@@ -917,9 +917,8 @@
917917

918918
"media": {"markdown": "media/markdown/test.md"},
919919

920-
"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)",
920+
"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)"
921921

922-
"completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
923922

924923
},
925924

@@ -931,7 +930,7 @@
931930

932931
"media": {"markdown": "media/markdown/test.md"},
933932

934-
"description": "[Create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D) or [open](command:toSide:workbench.action.files.openFolder) 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 "
933+
"description": "[Create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22powershell%22%7D) or [open](command:toSide:workbench.action.files.openFolder) 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**: Use keyboard shortcut **(Ctrl + N)** to open a new script file or **(Ctrl + O)** to open a file "
935934

936935
},
937936

@@ -943,7 +942,7 @@
943942

944943
"media": {"markdown": "media/markdown/test.md"},
945944

946-
"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 ",
945+
"description": " To switch between PowerShell 7 and Windows PowerShell 5, 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 ",
947946

948947
"completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
949948
},
@@ -971,9 +970,9 @@
971970

972971
"media": {"markdown": "media/markdown/test.md"},
973972

974-
"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)",
973+
"description": "Configure: Show Console\nYThe PowerShell Extension terminal will run whenever you open the Powershell Extension in VS Code in order to enable the PowerShell Extension features. \n[Show Console](command:PowerShell.ShowSessionConsole)\n\n If you don't want the terminal panel to open on startup, you can keep the panel closed by configuring your settings \n[Keep Panel Closed](command:PowerShell.ClosePanel)\n **Tip**: Use keyboard shortcut **(Ctrl + ` )** to open/close terminal "
974+
975975

976-
"completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
977976

978977
},
979978

@@ -985,9 +984,9 @@
985984

986985
"media": {"markdown": "media/markdown/test.md"},
987986

988-
"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 ",
987+
"description": "Now you are ready to start using the PowerShell Extension on your own and explore more resources! \n - 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 "
989988

990-
"completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
989+
991990

992991
},
993992

@@ -999,9 +998,9 @@
999998

1000999
"media": {"markdown": "media/markdown/test.md"},
10011000

1002-
"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)",
1001+
"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)"
10031002

1004-
"completionEvents": ["onCommand:PowerShell.ShowSessionConsole"]
1003+
10051004

10061005
}
10071006

0 commit comments

Comments
 (0)