Running/debugging tests in VSCode with ElixirLS

Using Visual Studio Code to debug Jest based unit tests, please follow the below steps.

Setting up configuration

Step 1: Enable debugging in our project.
Step 2: Configuring the ElixirJS test debugging single run.
Step 3: Debugging our project.

Your configuration seems right and I don’t know what version you are using of VSCode but right now the test experience in VSCode with Elixir is good.

Best Regards,