-
-
Notifications
You must be signed in to change notification settings - Fork 594
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
Request textDocument/codeAction failed with message: #3657
Comments
Can repro here too, I get a slightly different error but the same effect, where Vetur loads the project forever and IntelliSense never comes online using Vetur 37.2 in a Vue 2.6 project. Vetur output: Vetur initialized
[INFO ] Loaded bundled [email protected].
[INFO ] Loaded bundled prettier.
[INFO ] Loaded bundled @starptech/prettyhtml.
[INFO ] Loaded bundled prettier-eslint.
[INFO ] Loaded bundled prettier-tslint.
[INFO ] Loaded bundled stylus-supremacy.
[INFO ] Loaded bundled @prettier/plugin-pug.
[Error - 5:42:37 PM] Request textDocument/documentSymbol failed.
Message: Request textDocument/documentSymbol failed with message: (0 , rCe.default)(...).filter is not a function
Code: -32603 No output comes from The notification pane just loads forever: Manually invoking IntelliSense with I strongly suspect that the folks behind #3651, #3652, & #3654 are experiencing this same issue. Downgrading back to v36.1 "resolves" the issue for the moment while this gets sorted out. |
Release in v0.37.3 |
any update on this? |
Release and fix in v0.37.3 |
wow that was fast.. thanks! |
Vetur: Restart VLS
Info
Output
Doctor output
Problem
Reproducible Case
Open vue project in VScode, vetur keeps loading and never finishes..
The text was updated successfully, but these errors were encountered: