- net9.0 - TUnit.Playwright 0.56.5 - Visual Studo Code 1.103.1 The following code in a test class causes the test to fail to debug in VS Code (Playwright Inspector does not launch) ```C# [Before(HookType.Test)] public Task Setup() { return Task.CompletedTask; } ``` SEE project in attached file [TUnit.E2E.Tests.zip](https://github.com/user-attachments/files/21812484/TUnit.E2E.Tests.zip)