Skip to content

chore: add VS Code settings from running tests

Erran Carey requested to merge erran/add-vscode-settings into main

What does this merge request do and why?

Adds VS Code settings.json which enables using Run Tests and Run and Debug Tests.

Screenshot_2024-06-26_at_13.32.22

How to set up and validate locally

  1. Open the project in VS Code.
  2. Notice no tests are detected for the project.
  3. Checkout this branch.
  4. Notice that test discovery and debugging works now. 🎉

Merge request checklist

  • Tests added for new functionality. If not, please raise an issue to follow up.
  • Documentation added/updated, if needed.

Merge request reports