-
-
Notifications
You must be signed in to change notification settings - Fork 456
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
1.8.0 problem #705
Comments
Same here. |
I had to update |
Same issue here. But on Mac. 1.7.3 worked fine, 1.8.0 is broken. Output: Already tried installing prettier & babel globally. And reinstalling prettier, babel, prettier-vscode.
Edit: Not using prettier through a project's dependencies. Just generally for JS/TS files. |
Same, had to downgrade on Mac. Don't have |
Had to downgrade to an earlier version (on MacOS 10.4), using the following steps: Click to see outdated instructions, prefer using @francocorreasosa's tip below!
Note, you may or may not have to disable extension auto-updates to prevent the regression from coming back. I haven't checked that yet. |
@glebec you can also |
HAH. That would have been good to know 5 minutes ago. 😆 Thanks! |
1.8.0 is broken for me as well on mac. Same error. |
A current workaround could be (I didn't tested it): {
"overrides": [
{
"files": "*.js",
"options": {
"parser": "babylon"
}
}
]
} This should force the parser to be "babylon" |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Latest version (1.8.0) is not working for me. Previous version (1.7.3) working fine.
Error message
.prettierrc
First lines of .eslintrc (not sure if relevant)
The text was updated successfully, but these errors were encountered: