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
+6
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,12 @@ The functionality in PowerShell Editor Services is available in the following ed
21
21
Please note that other than PowerShell for Visual Studio Code, these clients are community maintained and may be very out of date.
22
22
It is recommended that you simply use an LSP plugin for your editor and configure it as demonstrated [below](#Usage).
23
23
24
+
## Supported PowerShell Versions
25
+
26
+
PSES runs as a PowerShell Module in [currently supported versions of PowerShell 7+](https://learn.microsoft.com/en-us/powershell/scripting/install/powershell-support-lifecycle).
27
+
28
+
Windows PowerShell 5.1 is supported on a best-effort basis.
29
+
24
30
## Features
25
31
26
32
- The Language Service provides common editor features for the PowerShell language:
0 commit comments