Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update legacy#3935

Merged
ntotten merged 3 commits intomainfrom
update_legacy
Jan 21, 2026
Merged

Update legacy#3935
ntotten merged 3 commits intomainfrom
update_legacy

Conversation

@ntotten
Copy link
Member

@ntotten ntotten commented Jan 21, 2026

No description provided.

Copilot AI review requested due to automatic review settings January 21, 2026 17:39
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the legacy Prettier VS Code extension package by bumping the version and making changes to the display name, and adds an MIT LICENSE file.

Changes:

  • Removed "(Deprecated)" suffix from the displayName while keeping deprecation indicators elsewhere
  • Bumped version from 12.1.0 to 12.2.0
  • Added MIT LICENSE file with standard MIT license text

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
legacy/package.json Updated displayName to remove "(Deprecated)" suffix and bumped version to 12.2.0
legacy/LICENSE Added standard MIT License with copyright by Esben Petersen (2017)

{
"name": "prettier-vscode",
"displayName": "Prettier - Code formatter (Deprecated)",
"displayName": "Prettier - Code formatter",
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The displayName no longer indicates that this extension is deprecated, while the description field on line 4, the "deprecated" field on line 34, and the keywords still clearly mark this as deprecated. This inconsistency could confuse users browsing the marketplace. Consider either keeping "(Deprecated)" in the displayName to maintain consistency with the other deprecation indicators, or updating all deprecation-related fields together if the intention is to un-deprecate this extension.

Suggested change
"displayName": "Prettier - Code formatter",
"displayName": "Prettier - Code formatter (Deprecated)",

Copilot uses AI. Check for mistakes.
@ntotten ntotten merged commit b3f2e20 into main Jan 21, 2026
10 checks passed
@ntotten ntotten deleted the update_legacy branch January 21, 2026 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants