We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c8e52 commit 4db7a0bCopy full SHA for 4db7a0b
test/PowerShellEditorServices.Test.E2E/LSPTestsFixures.cs
@@ -46,9 +46,6 @@ public async Task InitializeAsync()
46
var factory = new LoggerFactory();
47
_psesProcess = new PsesStdioProcess(factory, IsDebugAdapterTests);
48
await _psesProcess.Start().ConfigureAwait(false);
49
- Console.WriteLine("PowerShell Editor Services Server started with PID {0}", ProcessId);
50
- // TIP: Add Breakpoint here and attach debugger using the PID from the above message
51
- //Debugger.Launch();
52
53
Diagnostics = new List<Diagnostic>();
54
TelemetryEvents = new List<PsesTelemetryEvent>();
0 commit comments