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: README.md
+14-10
Original file line number
Diff line number
Diff line change
@@ -53,23 +53,27 @@ picker][] and select **PowerShell ISE**.
53
53
54
54
## Platform Support
55
55
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][].
60
57
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+
64
70
65
71
On Windows, we also test with and without Constrained Language Mode enabled.
66
72
67
73
Read the [installation instructions][]
68
74
to get more details on how to use the extension on these platforms.
69
75
70
-
For Windows PowerShell 5.1, [.NET Framework 4.8][dotnet-framework] or higher is required.
0 commit comments