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
+4-53Lines changed: 4 additions & 53 deletions
Original file line number
Diff line number
Diff line change
@@ -29,57 +29,11 @@ The functionality in PowerShell Editor Services is already available in the foll
29
29
- The [$psEditor API](http://powershell.github.io/PowerShellEditorServices/guide/extensions.html) enables scripting of the host editor
30
30
- A full, terminal-based Integrated Console experience for interactive development and debugging
31
31
32
-
### Important note regarding the .NET APIs in Microsoft.PowerShell.EditorServices.dll
33
-
34
-
With the 1.0 release of PowerShell Editor Services, we have deprecated the public APIs
35
-
of the following classes:
36
-
37
-
- EditorSession
38
-
- LanguageService
39
-
- DebugService
40
-
- ConsoleService
41
-
- AnalysisService
42
-
- ExtensionService
43
-
- TemplateService
44
-
45
-
The intended usage model is now to host PowerShell Editor Services within powershell.exe
46
-
and communicate with it over named pipes (or Unix domain sockets on macOS & Linux) via the [Language Server Protocol](https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md)
47
-
and [Debug Adapter Protocol](https://github.com/Microsoft/vscode-debugadapter-node/blob/master/protocol/src/debugProtocol.ts).
48
-
Detailed usage documentation for this module is coming soon!
49
-
50
-
## Documentation
51
-
52
-
Check out our **[documentation site](http://powershell.github.io/PowerShellEditorServices)** for information about
53
-
how to use this project. You can also read our plans for future feature development by looking at the
### 2. On Windows, install the .NET 4.5.2 Targeting Pack
78
-
79
-
**NOTE: This is only necessary if you don't have Visual Studio installed**
80
-
81
-
If you try to build the code and receive an error about a missing .NET 4.5.2
82
-
Targeting Pack, you should download and install the [.NET Framework 4.5.2 Developer Pack](https://www.microsoft.com/en-us/download/details.aspx?id=42637).
36
+
Install PowerShell 6+ with [these instructions](https://github.com/PowerShell/PowerShell#get-powershell).
This step requires PowerShellGet, included by default with PowerShell v5 and up
93
-
but installable on [PowerShell v3 and v4](https://github.com/PowerShell/PowerShellGet#get-powershellget-module-for-powershell-versions-30-and-40).
0 commit comments