-
-
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
VETUR doesnt work with vue files #2387
Comments
How are you use Vetur? |
Your issue is closed because you did not provide a repro case. Please read https://github.com/vuejs/vetur/blob/master/.github/NO_REPRO_CASE.md and open a new issue. |
Hi! I am the maintainer of atom-ide-vue for Atom. I have hit a similar error. How can we fix this? |
|
Info
Problem
I installed Vetur, opened *.vue file, wanted to do formatting, but VSCODE just says Vue formatter not found :(
[Error - 10:11:06] No workspace path found. Vetur initialization failed.
Vetur initialized
[Error - 10:11:06] Request textDocument/documentSymbol failed.
Message: Unhandled method textDocument/documentSymbol
Code: -32601
[Error - 10:11:06] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 10:11:06] Request textDocument/documentLink failed.
Message: Unhandled method textDocument/documentLink
Code: -32601
[Error - 10:11:06] Request textDocument/colorPresentation failed.
Message: Unhandled method textDocument/documentColor
Code: -32601
[Error - 10:11:06] Request textDocument/foldingRange failed.
Message: Unhandled method textDocument/foldingRange
Code: -32601
[Error - 10:11:07] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 10:11:09] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 10:11:09] Request textDocument/foldingRange failed.
Message: Unhandled method textDocument/foldingRange
Code: -32601
[Error - 10:11:10] Request textDocument/documentSymbol failed.
Message: Unhandled method textDocument/documentSymbol
Code: -32601
[Error - 10:11:10] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 10:11:10] Request textDocument/documentLink failed.
Message: Unhandled method textDocument/documentLink
Code: -32601
[Error - 10:11:10] Request textDocument/colorPresentation failed.
Message: Unhandled method textDocument/documentColor
Code: -32601
[Error - 10:11:10] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 10:11:11] Request textDocument/foldingRange failed.
Message: Unhandled method textDocument/foldingRange
Code: -32601
[Error - 10:11:11] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 10:11:11] Request textDocument/documentSymbol failed.
Message: Unhandled method textDocument/documentSymbol
Code: -32601
[Error - 10:11:12] Request textDocument/documentLink failed.
Message: Unhandled method textDocument/documentLink
Code: -32601
[Error - 10:11:12] Request textDocument/colorPresentation failed.
Message: Unhandled method textDocument/documentColor
Code: -32601
[Error - 10:11:13] Request textDocument/definition failed.
Message: Unhandled method textDocument/definition
Code: -32601
[Error - 10:11:13] Request textDocument/definition failed.
Message: Unhandled method textDocument/definition
Code: -32601
[Error - 10:11:56] Request textDocument/hover failed.
Message: Unhandled method textDocument/hover
Code: -32601
[Error - 10:11:58] Request textDocument/hover failed.
Message: Unhandled method textDocument/hover
Code: -32601
[Error - 10:12:31] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
Reproducible Case
The text was updated successfully, but these errors were encountered: