[go: up one dir, main page]

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?

  1. Start vscode
  2. Open the .vscode/launch.json
  3. Uncomment the example
  4. Click on F5 (start debugging)
  5. Observe output

Screenshots (if appropriate):

Merge request reports

Loading