Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude/agents/vscode-translation-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The package.nls.json file structure:

```json
{
"extension.displayName": "Prettier - Code formatter",
"extension.displayName": "Prettier - Code formatter (Next)",
"extension.description": "Code formatter using prettier",
"config.enable": "Enable/disable Prettier"
}
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ All notable changes to the "prettier-vscode" extension will be documented in thi
- Added support for TypeScript config files (`.prettierrc.ts`, `.prettierrc.cts`, `.prettierrc.mts`, `prettier.config.ts`, etc.) introduced in Prettier 3.5.0 - Thanks to [@dr2009](https://github.com/dr2009)
- Added `source.fixAll.prettier` code action for use with `editor.codeActionsOnSave` to run Prettier before other formatters like ESLint (#1277)
- Fixed issue where unnecessary TextEdits were applied when document was already formatted, which could cause spurious changes or cursor positioning issues (#3232)
- Added the suffix " (Next)" to the extension name to indicate Prettier v3 support

## [11.0.0]

Expand Down
2 changes: 1 addition & 1 deletion docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This guide covers common issues with the Prettier VS Code extension and how to r
2. Open Command Palette (`Cmd/Ctrl + Shift + P`)
3. Run "Format Document With..."
4. Select "Configure Default Formatter..."
5. Choose "Prettier - Code formatter"
5. Choose "Prettier - Code formatter (Next)"

Or add to your `settings.json`:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-vscode",
"displayName": "Prettier - Code formatter",
"displayName": "Prettier - Code formatter (Next)",
"description": "Code formatter using prettier",
"version": "12.0.7",
"publisher": "prettier",
Expand Down