Thank you for your pull request! Please provide the following information.
Change Description:
If you build a new project and press F5 in VS Code, you will get an error and you won't be able to debug the add-in project. This fixes the tasks so that the launch a shell with arguments correctly and debug works out of the box.
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start')
If Yes, briefly describe what is impacted.
No.
Do these changes impact VS Code debugging options (launch.json)?
If Yes, briefly describe what is impacted.
Yes, changes are to tasks.json.
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents)
If Yes, briefly describe what is impacted.
Yes. tasks.json.
Thank you for your pull request! Please provide the following information.
Change Description:
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') If Yes, briefly describe what is impacted. No.
Do these changes impact VS Code debugging options (launch.json)? If Yes, briefly describe what is impacted. Yes, changes are to tasks.json.
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) If Yes, briefly describe what is impacted. Yes. tasks.json.
Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins) If Yes, briefly describe what is impacted. No.
If you answered yes to any of these please do the following:
Validation/testing performed: