We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edace8 commit 451f88bCopy full SHA for 451f88b
README.md
@@ -10,7 +10,13 @@
10
11
This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode).
12
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
13
-that Visual Studio Code provides.
+that Visual Studio Code provides.
14
+
15
+This extension is powered by the PowerShell language server,
16
+[PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices).
17
+This leverages the
18
+[Language Server Protocol](https://microsoft.github.io/language-server-protocol/)
19
+where `PowerShellEditorServices` is the server and `vscode-powershell` is the client.
20
21
## Platform support
22
0 commit comments