Skip to content

Commit 451f88b

Browse files
[Ignore] mention PSES in README (#1996)
1 parent 6edace8 commit 451f88b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@
1010

1111
This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode).
1212
Now you can write and debug PowerShell scripts using the excellent IDE-like interface
13-
that Visual Studio Code provides.
13+
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.
1420

1521
## Platform support
1622

0 commit comments

Comments
 (0)