Default SPFx v1.13.1 project recommends unnecessary & deprecated VSCode extension #7558
Closed
1 of 9 tasks
Labels
area:spfx
Category: SharePoint Framework (not extensions related)
status:fixed-next-drop
Issue planned to be fixed in an upcoming release.
type:bug-suspected
Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Milestone
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
macOS
What browser(s) / client(s) have you tested
Additional environment details
Describe the bug / error
The default project created by the SPFx v1.13.1 (and most older versions) generator includes a recommendation, via the ./.vscode/extensions.json, to install the Debugger for Chrome:
If the extension isn't installed, VS Code prompts you to install it:
But this extension is now deprecated and it's not recommended by Microsoft to install it, as specified in the extension's README & page on the VSCode Marketplace:
While this isn't a blocker or a bug, would be nice to get this extension suggestion removed from future generator releases.
Steps to reproduce
Expected behavior
New projects don't recommend installing deprecated/unnecessary extensions.
The text was updated successfully, but these errors were encountered: