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
+2-4
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,16 @@ experience in almost any editor or integrated development environment (IDE).
14
14
> [!NOTE]
15
15
> PowerShell for Azure Data Studio will no longer be updated or maintained.
16
16
17
+
The functionality in PowerShell Editor Services is available in the following editor extensions:
17
18
> [!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.
19
20
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:
21
21
22
22
-[lsp-pwsh](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-pwsh.el), an Emacs PowerShell plugin
23
23
-[intellij-powershell](https://github.com/ant-druha/intellij-powershell), adds PowerShell language support to IntelliJ-based IDEs
24
24
-[coc-powershell](https://github.com/yatli/coc-powershell), a Vim and Neovim plugin
25
25
-[powershell.nvim](https://github.com/TheLeoP/powershell.nvim) a Neovim plugin
26
26
27
-
28
-
29
27
## Supported PowerShell Versions
30
28
31
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).
0 commit comments