Created by: penx
In the documentation for debugging with vscode, add a suggested vscode launch.json config that allows you to only run/debug the open test spec.
Adding ${relativeFile} as an arg means vscode will only run the open spec file - this would be a common scenario when debugging tests, rather than waiting for all other tests to run before your debugger reaches the test that you are trying to debug.