-
-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Does not support prettier.config.ts
, recently added in Prettier v3.5.0
#3623
Comments
Is there any way we can set |
According to the release note, Node v22 is required. I wonder if it is currently possible for the prettier extension to implement support for ts config, since VSCode ships with Node v20 |
As mentioned in the Prettier 3.5 release note, maybe we can use |
Fix for Node users by upgrading to Node 23Node 23 will let you use prettier with typescript and not require setting the NODE_OPTIONS for experimental type checking. Fix for Bun users using
|
This issue is about the VSCode extension, not the CLI. |
Summary
Does not support
prettier.config.ts
, recently added in Prettierv3.5.0
Steps To Reproduce:
Expected result
Working properly, like the CLI
Actual result
Errors
VS Code Version:
Version: 1.97.0
Prettier Extension Version:
11.0.0
Prettier Log Output
The text was updated successfully, but these errors were encountered: