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
The start script, `Start-EditorServices.ps1`, is found in the `PowerShellEditorServices` folder instead the `PowerShellEditorServices.zip` downloaded from the GitHub releases.
113
+
The script **Start-EditorServices.ps1** is located inside the
114
+
**PowerShellEditorServices** directory. See [Manual Installation](#manual-installation).
116
115
117
-
The session details (which named pipes were created) will be written to the given session details path,
118
-
and the client needs to point to these in order to connect.
116
+
The file path given to `-SessionDetailsPath`will contain information about the
117
+
created named pipes that the client needs to connect to PSES.
119
118
120
-
The Visual Studio Code, Vim, Neovim, and IntelliJ extensions use named pipes.
119
+
Named pipes are used in the extensions for Visual Studio Code, Vim, Neovim,
0 commit comments