Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/docs-conceptual/PowerShell-Core-Support.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ The version 6.x branch of PowerShell Core will be updated approximately once eve
> [!IMPORTANT]
> You must update within six months after each new minor version release to continue receiving support.

For example, if PowerShell Core 6.1 is released on July 1st, 2018,
you would be expected to update to PowerShell Core 6.1 by January 1st, 2019 to maintain support.
For example, if PowerShell Core 6.1 is released on July 1, 2018,
you would be expected to update to PowerShell Core 6.1 by January 1, 2019 to maintain support.

![PowerShell Core branch lifecycle][lifecycle-chart]

Expand Down Expand Up @@ -72,7 +72,7 @@ you can append the Windows PowerShell `PSModulePath` to your PowerShell Core `PS
First, install the `WindowsPSModulePath` module from the PowerShell Gallery:

```powershell
# Add `-Scope CurrentUser` if you're installing as non-admin
# Add `-Scope CurrentUser` if you're installing as non-admin
Install-Module WindowsPSModulePath -Force
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ For traditional Windows PowerShell workloads, see [Installing Windows PowerShell
### 2. Installing PowerShell Extension

- Launch the Visual Studio Code app by:
- **Windows**: typing `code` in your PowerShell session
- **Linux**: typing `code` in your terminal
- **macOS**: typing `code` in your terminal
- **Windows**: typing `code` in your PowerShell session
- **Linux**: typing `code` in your terminal
- **macOS**: typing `code` in your terminal

- Launch **Quick Open** by pressing **Ctrl+P** (**Cmd+P** on Mac).
- In Quick Open, type `ext install powershell` and hit **Enter**.
Expand Down