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: test/PowerShellEditorServices.Test.E2E/Processes/PsesStdioProcess.cs
+5-8
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
namespacePowerShellEditorServices.Test.E2E
12
12
{
13
13
/// <summary>
14
-
/// A <see cref="ServerProcess"/> is responsible for launching or attaching to a language server, providing access to its input and output streams, and tracking its lifetime.
14
+
/// A <see cref="ServerProcess"/> is responsible for launching or attaching to a language server, providing access to its input and output streams, and tracking its lifetime.
15
15
/// </summary>
16
16
publicclassPsesStdioProcess:StdioServerProcess
17
17
{
@@ -21,17 +21,14 @@ public class PsesStdioProcess : StdioServerProcess
0 commit comments