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 c395d8a commit 63d679cCopy full SHA for 63d679c
src/PowerShellEditorServices.Engine/Hosting/EditorServicesHost.cs
@@ -217,7 +217,7 @@ public void StartLanguageService(
217
EditorServiceTransportConfig config,
218
ProfilePaths profilePaths)
219
{
220
- while (!System.Diagnostics.Debugger.IsAttached)
+ while (System.Diagnostics.Debugger.IsAttached)
221
222
Console.WriteLine($"{Process.GetCurrentProcess().Id}");
223
Thread.Sleep(2000);
0 commit comments