For some reason, something appears wrong with the playwright configuration and I can't debug tests or generate new tests via replay in vscode;
If I click the Run button on the test for some reason vscode tries to run it with jest which is odd since I don't believe we have jest installed anywhere

I think there might be something off due to the fact vscode seems to want to default to yarn instead of npm, and then perhaps in the node environment it doesn't detect that playwright is installed?