[v3] What are the commands that will be forwarded to tsserver #5357
Unanswered
RayGuo-ergou
asked this question in
Q&A
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @johnsoncodehk and @KazariEX
I was trying to make vue lsp work on neovim and could not make the first command
projectinfo
work (no response data).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
tsserverRequest
commands that will be forwarded to tsserver, the ones I know so far areprojectinfo
vue:
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions