Skip to content

Commit 4db7a0b

Browse files
committed
Remove debug code
1 parent 01c8e52 commit 4db7a0b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/PowerShellEditorServices.Test.E2E/LSPTestsFixures.cs

-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public async Task InitializeAsync()
4646
var factory = new LoggerFactory();
4747
_psesProcess = new PsesStdioProcess(factory, IsDebugAdapterTests);
4848
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();
5249

5350
Diagnostics = new List<Diagnostic>();
5451
TelemetryEvents = new List<PsesTelemetryEvent>();

0 commit comments

Comments
 (0)