-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Prettier 3.7.0 broke VSCode integration #18353
Copy link
Copy link
Labels
locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:editor supportIssues about tools Prettier provides for use inside editor integrations.Issues about tools Prettier provides for use inside editor integrations.
Metadata
Metadata
Assignees
Labels
locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.type:editor supportIssues about tools Prettier provides for use inside editor integrations.Issues about tools Prettier provides for use inside editor integrations.
Environments:
Steps to reproduce:
Repo: https://github.com/shinebayar-g/prettier-3.7.0-bug-reproduce
Expected behavior: Prettier formats the code properly.
Actual behavior: Getting this error
It seems prettier is looking for plugins from the root of the repository not in the correct subfolder where it's installed.
Prettier 3.6.2 is working fine.