diff --git a/lua/neotest-dotnet/strategies/netcoredbg.lua b/lua/neotest-dotnet/strategies/netcoredbg.lua index 67efc8e..80bb293 100644 --- a/lua/neotest-dotnet/strategies/netcoredbg.lua +++ b/lua/neotest-dotnet/strategies/netcoredbg.lua @@ -50,6 +50,7 @@ return function(spec) if string.find(output, "Waiting for debugger attach...") or string.find(output, "Please attach debugger") + or string.find(output, "Process Id:") then waitingForDebugger = true end