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 6501d80 commit c395d8aCopy full SHA for c395d8a
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