Change8

Migrating to Prettier 3.7.3

Version 3.7.3 introduces 1 breaking change. This guide details how to update your code.

Released: 11/29/2025

1
Breaking Changes
1
Migration Steps
1
Affected Symbols

⚠️ Check Your Code

If you use any of these symbols, you need to read this guide:

prettier.getFileInfo

Breaking Changes

Issue #1

A change in prettier.getFileInfo() previously broke the VSCode extension integration; this has been reverted/fixed.

Migration Steps

  1. 1
    Update to version 3.7.3 to resolve issues with the Prettier VSCode extension.

Release Summary

This release focuses on a critical bug fix for the getFileInfo() function to restore compatibility with the Prettier VSCode extension.

Need More Details?

View the full release notes and all changes for Prettier 3.7.3.

View Full Changelog