[v3] What are the commands that will be forwarded to tsserver #5357
Answered
by
KazariEX
RayGuo-ergou
asked this question in
Q&A
-
Hi @johnsoncodehk and @KazariEX I was trying to make vue lsp work on neovim and could not make the first command And turns out there's a allow list for commands by vscode typescript plugin, and neovim's typescript lsp wrapped vscode typescript plugin, see yioneko/vtsls#249 (comment) But lucky that could be patched, thus could you confirm all the
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
KazariEX
May 10, 2025
Replies: 1 comment 2 replies
-
It should be |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In addition, it also includes
documentHighlights-full
andquickinfo
.See the first parameter of
sendTsRequest
https://github.com/vuejs/language-tools/blob/master/packages/language-server/node.ts.