Prettier extesion not working on version 10.4.0
marcellino-ornelas opened this issue · 4 comments
Summary
Prettier extension version 10.4.0
is not working. Getting the following error when trying to running "format document"
Extension 'Prettier - Code formatter' is configured as formatter but it cannot format 'TypeScript JSX'-files
.vscode/settings.json
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescriptreact]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
}
}
Downgrading to 10.3.0
fixes this issue.
Github Repository to Reproduce Issue
N/A its a private repo so wont be able to share. Happy to provide you more context.
Steps To Reproduce:
- Install prettier extension 10.4.0
- go to any tsx/js/ts file and save.
- Prettier doesn't format even tho
formatOnSave
istrue
- Run "Format document" and you get pop up
Expected result
Should format code
Actual result
Additional information
Feel free to attach a screenshot.
VS Code Version:
Version: 1.90.2 (Universal)
Commit: 5437499feb04f7a586f677b155b039bc2b3669eb
Date: 2024-06-18T22:37:41.291Z (1 mo ago)
Electron: 29.4.0
ElectronBuildId: 9728852
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
Prettier Extension Version: v10.4.0
OS and version: Darwin x64 23.5.0
Prettier Log Output
No output only pop up
["INFO" - 2:14:22 PM] Extension Name: esbenp.prettier-vscode.
["INFO" - 2:14:22 PM] Extension Version: 10.4.0.
Same here 🙋🏻♂️
This bug is missing information needed to diagnose the problem. Please see our guide on how to open a good issue and provide the missing information.
However, this error no longer occurs with the new version 11.0.0, it can be closed.
Getting the same behavior with 11.0.0 🤔