Skip to content

Commit 262aa2d

Browse files
committed
Docs: Clarify LSP client support
1 parent 99bcf8f commit 262aa2d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,16 @@ experience in almost any editor or integrated development environment (IDE).
1414
> [!NOTE]
1515
> PowerShell for Azure Data Studio will no longer be updated or maintained.
1616
17+
The functionality in PowerShell Editor Services is available in the following editor extensions:
1718
> [!WARNING]
18-
> Other than PowerShell for Visual Studio Code, these clients are community maintained and may be very out of date.
19+
> These clients are community maintained and may be very out of date.
1920
It is recommended to use a generic [LSP plugin](#Usage) with your client if possible.
20-
The functionality in PowerShell Editor Services is available in the following editor extensions:
2121

2222
- [lsp-pwsh](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-pwsh.el), an Emacs PowerShell plugin
2323
- [intellij-powershell](https://github.com/ant-druha/intellij-powershell), adds PowerShell language support to IntelliJ-based IDEs
2424
- [coc-powershell](https://github.com/yatli/coc-powershell), a Vim and Neovim plugin
2525
- [powershell.nvim](https://github.com/TheLeoP/powershell.nvim) a Neovim plugin
2626

27-
28-
2927
## Supported PowerShell Versions
3028

3129
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).

0 commit comments

Comments
 (0)