Thank you for your pull request! Please provide the following information.
Change Description:
1. Remove the deprecated extension in extension.json.
2. Remove the launch configuration for other hosts in launch.json to fix the F5 fail issue. (When host is not Excel, pressing F5 will fail since the default configuration in launch.json is Excel Desktop Chrominum.
Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start')
No
Do these changes impact VS Code debugging options (launch.json)?
Yes. Only keep launch configuration for current hosts.
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents)
No
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') No
Do these changes impact VS Code debugging options (launch.json)? Yes. Only keep launch configuration for current hosts.
Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) No
Do these changes impact documentation? (e.g., a tutorial on https://docs.microsoft.com/en-us/office/dev/add-ins/overview/office-add-ins) No
If you answered yes to any of these please do the following:
Validation/testing performed: