OfficeDev / Office-Addin-TaskPane

Template to get started writing a TaskPane Office Add-in.
Other
75 stars 44 forks source link

Remove Microsoft Office debugger from suggested extensions #233

Closed davidchesnut closed 8 months ago

davidchesnut commented 10 months ago

Thank you for your pull request! Please provide the following information.


Change Description:

The Microsoft Office Add-in Debugger extension for VS Code is deprecated so we really shouldn't be adding it to the recommended list when new projects are created or opened.
  1. Do these changes impact any npm scripts commands (in package.json)? (e.g., running 'npm run start') No.

  2. Do these changes impact VS Code debugging options (launch.json)? No.

  3. Do these changes impact template output? (e.g., add/remove file, update file location, update file contents) No.

  4. 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.

akrantz commented 10 months ago

If this extension isn't installed and you trying to invoke launch.json debug target for Edge Legacy, what happens? Does it prompt to install the extension?

millerds commented 8 months ago

This change was done as part of another commit (this one got forgotten).