Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add VSCode Chrome debugging support (#1088)
## What is this PR doing? Adds support for debugging Playground using VSCode and Chrome. ## What problem is it solving? It simplifies debugging of the Playground web version. ## How is the problem addressed? By adding a VSCode configuration entry. ## Testing Instructions - Checkout this branch - Start Playground - Open the project in VSCode - Open the _Run and Debug_ tab - Select _Launch Chrome_ and click Start Debugging - Confirm that Chrome debugging works (it sometimes requires a reload) ![Screenshot 2024-03-06 at 10 34 49](https://github.com/WordPress/wordpress-playground/assets/1199991/13a534b5-47ea-458e-a0c9-d580a0b1043a)
- Loading branch information