Skip to content

Commit af34540

Browse files
authored
Merge pull request #2201 from PowerShell/justingrote/docs/clarifySupport
Docs: Add PowerShell Support Statement
2 parents 9ce8911 + 5d2c456 commit af34540

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,25 @@ experience in almost any editor or integrated development environment (IDE).
1010

1111
## [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) clients using PowerShell Editor Services:
1212

13+
- [PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell)
14+
> [!NOTE]
15+
> PowerShell for Azure Data Studio will no longer be updated or maintained.
16+
1317
The functionality in PowerShell Editor Services is available in the following editor extensions:
18+
> [!WARNING]
19+
> These clients are community maintained and may be very out of date.
20+
It is recommended to use a generic [LSP plugin](#Usage) with your client if possible.
1421

15-
- [PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell), also available in Azure Data Studio
1622
- [lsp-pwsh](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-pwsh.el), an Emacs PowerShell plugin
1723
- [intellij-powershell](https://github.com/ant-druha/intellij-powershell), adds PowerShell language support to IntelliJ-based IDEs
1824
- [coc-powershell](https://github.com/yatli/coc-powershell), a Vim and Neovim plugin
1925
- [powershell.nvim](https://github.com/TheLeoP/powershell.nvim) a Neovim plugin
2026

21-
Please note that other than PowerShell for Visual Studio Code, these clients are community maintained and may be very out of date.
22-
It is recommended that you simply use an LSP plugin for your editor and configure it as demonstrated [below](#Usage).
27+
## Supported PowerShell Versions
28+
29+
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).
30+
31+
Windows PowerShell 5.1 is supported on a best-effort basis.
2332

2433
## Features
2534

@@ -146,7 +155,8 @@ The types of PowerShell Editor Services can change at any moment and should not
146155

147156
## Development
148157

149-
> NOTE: The easiest way to manually test changes you've made in PowerShellEditorServices is to follow the [vscode-powershell development doc](https://github.com/PowerShell/vscode-powershell/blob/main/docs/development.md) to get a local build of the VS Code extension to use your local build of PowerShellEditorServices.
158+
> [!TIP]
159+
> The easiest way to manually test changes you've made in PowerShellEditorServices is to follow the [vscode-powershell development doc](https://github.com/PowerShell/vscode-powershell/blob/main/docs/development.md).
150160
151161
### 1. Install PowerShell 7+
152162

0 commit comments

Comments
 (0)