Skip to content

Add Prettier as a suggested VS Code/Cursor extension #7516

@steveruizok

Description

@steveruizok

Where would you like this feature?

The developer package (workspace configuration)

What's the feature?

Add Prettier as a suggested extension in the VS Code/Cursor workspace settings so developers get the code formatter configured automatically when they open the repository.

This can be done by adding Prettier to the extensions recommendations in .vscode/extensions.json. This improves the development experience by:

  • Automatically suggesting Prettier installation to new contributors
  • Ensuring consistent code formatting across the team
  • Reducing setup friction for developers new to the project
  • Aligning with the existing code quality tooling setup

Additional context

The Prettier extension is already configured as part of the project's formatting setup (as evidenced by yarn format and related scripts), so recommending it in workspace settings is a natural fit.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions