We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7c815 commit fcc4cd8Copy full SHA for fcc4cd8
test/PowerShellEditorServices.Test.E2E/LSPTestsFixures.cs
@@ -45,7 +45,6 @@ public async Task InitializeAsync()
45
var factory = new LoggerFactory();
46
_psesProcess = new PsesStdioProcess(factory, IsDebugAdapterTests);
47
await _psesProcess.Start().ConfigureAwait(false);
48
- //Debugger.Launch();
49
50
Diagnostics = new List<Diagnostic>();
51
TelemetryEvents = new List<PsesTelemetryEvent>();
0 commit comments