chore(contributing): fix the vscode debug command
Description
The previous implementation with promptString treats the input as one string, causing the cli to fail every time we add more than one word.
Added an example vscode debug command and documented the use.
- chore(contributing): fix the vscode debug command
Related Issues
/
How has this been tested?
- Start vscode
- Open the
.vscode/launch.json - Uncomment the example
- Click on F5 (start debugging)
- Observe output