This morning, everything was running smoothly with debugging tests. However, after a forced reboot, I encountered an issue where it seems like the debugger is running, but nothing actually happens. This has happened before, but usually resolves itself. Unfortunately, this time, it's not getting fixed despite my attempts.
Interestingly, I can debug in a different repository without any problems. I've tried uninstalling and reinstalling Playwright Test for VSCode multiple times, but that hasn't helped. Any assistance would be greatly appreciated. You can refer to the screenshots to see what I mean by the "appearance of debugging" without any actual progress.
The only potentially relevant outputs I could find are:
Angular Language Service:
[Error - 8:23:08 AM] No config file for the specified "file path" (which contains the test I'm trying to run).
-This error message might have something to do with the problem, even though I haven't made any changes to configurations since everything was working fine earlier today. I am not aware of any specific configurations for this or other test files besides the default playwright setup.
Edit: When I checked the other repositories where debugging works fine, they also display the same error regarding no config file. So, maybe this isn't the root cause.
Git (The following output appears every 1-2 seconds):
2023-03-07 08:34:34.020 [info] > git rev-parse --show-toplevel [1097ms]
https://i.sstatic.net/TAg5C.png https://i.sstatic.net/exc8n.png https://i.sstatic.net/xzfTf.png