From 46b004738b52716f52459a0d6bfe677b819bfe83 Mon Sep 17 00:00:00 2001 From: Tyler James Leonhardt Date: Sun, 2 Jun 2019 00:15:39 -0700 Subject: [PATCH] mention PSES in README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b157f62fc..2885392ce5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,13 @@ This extension provides rich PowerShell language support for [Visual Studio Code](https://github.com/Microsoft/vscode). Now you can write and debug PowerShell scripts using the excellent IDE-like interface -that Visual Studio Code provides. +that Visual Studio Code provides. + +This extension is powered by the PowerShell language server, +[PowerShell Editor Services](https://github.com/PowerShell/PowerShellEditorServices). +This leverages the +[Language Server Protocol](https://microsoft.github.io/language-server-protocol/) +where `PowerShellEditorServices` is the server and `vscode-powershell` is the client. ## Platform support