Skip to content
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 snippets don't work with Remote FS #2010

Open
raskalbass opened this issue Jun 26, 2020 · 0 comments
Open

Vetur snippets don't work with Remote FS #2010

raskalbass opened this issue Jun 26, 2020 · 0 comments
Labels
help-wanted lsp:general LSP integration for use in LSP clients

Comments

@raskalbass
Copy link

  • [+] I have searched through existing issues
  • [+] I have read through docs
  • [+] I have read FAQ

Info

  • Platform: Win
  • Vetur version: 0.24.0
  • VS Code version: 1.46.1
  • Remote FS version: 0.0.16

Problem

Hi!
Don't know is it bug or feature request.
So problem is very simple - snippets don't work in vue files when project opened remotly.
If I open local folder and file - all forks fine.
I use Remote FS plugin to connect by ftp to project and work remotly without downloading all project (like in ftp-simple plugin).

In console there are a lot of errors:

Vetur initialized
[Error - 16:19:05] Request textDocument/documentSymbol failed.
Message: Unhandled method textDocument/documentSymbol
Code: -32601
[Error - 16:19:05] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601
[Error - 16:19:05] Request textDocument/documentLink failed.
Message: Unhandled method textDocument/documentLink
Code: -32601
[Error - 16:19:05] Request textDocument/colorPresentation failed.
Message: Unhandled method textDocument/documentColor
Code: -32601
[Error - 16:19:08] Request textDocument/codeAction failed.
Message: Unhandled method textDocument/codeAction
Code: -32601

@yoyo930021 yoyo930021 added help-wanted lsp:general LSP integration for use in LSP clients labels Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help-wanted lsp:general LSP integration for use in LSP clients
Projects
None yet
Development

No branches or pull requests

2 participants