Skip to content

Commit 5488029

Browse files
JustinGroteandyleejordan
authored andcommitted
Clarify and simplify support statements
1 parent 400fd75 commit 5488029

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

+14-10
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,27 @@ picker][] and select **PowerShell ISE**.
5353

5454
## Platform Support
5555

56-
The extension should work anywhere VS Code itself and PowerShell Core 7.2 or higher is
57-
[supported][]. For Windows PowerShell, only version 5.1 is supported and only on a best-effort
58-
basis. PowerShell Core 6, 7.0, and 7.1 have reached end-of-support. We test the following
59-
configurations:
56+
The extension should work everywhere [Visual Studio Code](https://code.visualstudio.com/docs/supporting/requirements) is supported using [PowerShell 7+ currently supported versions][].
6057

61-
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell Core 7.2, 7.3 and 7.4
62-
- **macOS 12** with PowerShell Core 7.2, 7.3 and 7.4
63-
- **Ubuntu 22.04** with PowerShell Core 7.2, 7.3 and 7.4
58+
> [!IMPORTANT]
59+
> For Windows PowerShell, only version 5.1 is supported and only on a best-effort basis. [.NET Framework 4.8][dotnet-framework] or higher is required.
60+
61+
> [!IMPORTANT]
62+
> [Visual Studio Code for the Web](https://code.visualstudio.com/docs/editor/vscode-web) is only supported for limited functionality such as basic syntax highlighting, as the PowerShell engine cannot run in this environment currently.
63+
64+
[VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview) Environments, including [Github Codespaces](https://github.com/features/codespaces) and [VS Code Server](https://code.visualstudio.com/docs/remote/vscode-server) are supported.
65+
66+
We actively test the following configurations [in Github Actions on every commit](https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml):
67+
- **Windows Server 2022** with Windows PowerShell 5.1 and PowerShell 7+
68+
- **macOS 14.7** with PowerShell 7+
69+
- **Ubuntu 22.04** with PowerShell 7+
6470

6571
On Windows, we also test with and without Constrained Language Mode enabled.
6672

6773
Read the [installation instructions][]
6874
to get more details on how to use the extension on these platforms.
6975

70-
For Windows PowerShell 5.1, [.NET Framework 4.8][dotnet-framework] or higher is required.
71-
72-
[supported]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle
76+
[PowerShell 7+ currently supported versions]: https://docs.microsoft.com/en-us/powershell/scripting/powershell-support-lifecycle
7377
[installation instructions]: https://docs.microsoft.com/en-us/powershell/scripting/components/vscode/using-vscode
7478
[dotnet-framework]: https://dotnet.microsoft.com/en-us/download/dotnet-framework
7579

0 commit comments

Comments
 (0)