-
-
Notifications
You must be signed in to change notification settings - Fork 461
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
Failed to load plugin on format with 3.2.0 and 3.6.0 #1062
Comments
I confirm the issue (vscode 1.40.1 - vscode-prettier 2.3.0 → 3.6.0. VSCode about info:
|
I have the same issue but it does not come from vscode version. |
I believe the issue is that the way linters work has changed. You must install Also, there are many known issues with ESLint 6 and prettier-eslint. See #870. Some people seem to have made it work, but ESLint 6 is not supported by this plugin. |
Same issue happened here after I upgrade my vscode from |
I am OP, and have and had
Okay, but something must have happened between 2.3.0 and 3.6.0 as i posted above.
Any plans/timeline on remedying this? Eslint 6 was released 5 months ago. |
Yes, there were changes for sure. We used to bundle
It depends on an upstream dependency and it's not something I am going to dive into. If the author of If you can provide me the log from the prettier output that may help. Or if you can publish a github repo I can use to repro the problem i can investigate more. |
Also, note that the error says that eslint cannot find the plugin |
This issue has been automatically closed because there has been no response to our request for more information from the original author. Currently, there is not enough information provided for us to take action. Please reply and reopen this issue if you need additional assistance. |
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. |
plugin failes to format files, due to
Failed to load plugin
exception from .vscode/extensions/esbenp.prettier-vscode-3.6.0/dist/extension.js:1:347800reverting to 2.3.0 fixes the issue
Github Repository to Reproduce Issue
Steps To Reproduce:
Expected result
A file should format when "Format Document"
Actual result
The files does not format
Additional information
My project is pretty vanilla in terms of folder structure.
node_modules
,.prettierrc
,.eslintrc
, andpackage.json
are in the same directory, the root directory for vscode.eslint --fix
works fine and fixes prettier issues.The following appears in "OUTPUT"
VS Code Version:
1.40.1
Prettier & Prettier Plugin Version:
issue observed with prettier-vscode 3.6.0 and 3.2.0
OS and version:
Ubuntu 19.10
The text was updated successfully, but these errors were encountered: