| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PowerShell Editor Services provides common functionality that is needed to enable a consistent and robust PowerShell development experience across multiple editors.
The core Editor Services library is intended to be consumed in any type of host application, whether it is a WPF UI, console application, or web service. A standard console application host is included so that you can easily consume Editor Services functionality in any editor using either the included standard input/output transport protocol or a transport of your own design.
To clone the repository and initialize all the submodules at once you can run:
git clone --recursive https://github.com/PowerShell/PowerShellEditorServices.git
If you have already cloned the repository without --recursive option, you can run following commands to initialize the submodules:
git submodule init git submodule update
| Back | FazBrowse Home | New Git URL |