Skip to content

Commit 63d679c

Browse files
added test for folding
1 parent c395d8a commit 63d679c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerShellEditorServices.Engine/Hosting/EditorServicesHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ public void StartLanguageService(
217217
EditorServiceTransportConfig config,
218218
ProfilePaths profilePaths)
219219
{
220-
while (!System.Diagnostics.Debugger.IsAttached)
220+
while (System.Diagnostics.Debugger.IsAttached)
221221
{
222222
Console.WriteLine($"{Process.GetCurrentProcess().Id}");
223223
Thread.Sleep(2000);

0 commit comments

Comments
 (0)