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
+10-4
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,21 @@ experience in almost any editor or integrated development environment (IDE).
10
10
11
11
## [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) clients using PowerShell Editor Services:
12
12
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
+
17
+
> [!WARNING]
18
+
> Other than PowerShell for Visual Studio Code, these clients are community maintained and may be very out of date.
19
+
It is recommended to use a generic [LSP plugin](#Usage) with your client if possible.
13
20
The functionality in PowerShell Editor Services is available in the following editor extensions:
14
21
15
-
-[PowerShell for Visual Studio Code](https://github.com/PowerShell/vscode-powershell), also available in Azure Data Studio
16
22
-[lsp-pwsh](https://github.com/emacs-lsp/lsp-mode/blob/master/clients/lsp-pwsh.el), an Emacs PowerShell plugin
17
23
-[intellij-powershell](https://github.com/ant-druha/intellij-powershell), adds PowerShell language support to IntelliJ-based IDEs
18
24
-[coc-powershell](https://github.com/yatli/coc-powershell), a Vim and Neovim plugin
19
25
-[powershell.nvim](https://github.com/TheLeoP/powershell.nvim) a Neovim plugin
20
26
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
+
23
28
24
29
## Supported PowerShell Versions
25
30
@@ -152,7 +157,8 @@ The types of PowerShell Editor Services can change at any moment and should not
152
157
153
158
## Development
154
159
155
-
> 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.
160
+
> [!TIP]
161
+
> 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).
0 commit comments