1 year ago
#362494
Adah N
textDocument/hover doesn't work until file is opened in vscode-languageclient/server
I tried to create a language client that communicates with an external language server via web sockets. The communication works well and all LSP functionalities are achieved if all the files are opened once. If we do not open the files, textDocument/hover is unable to resolve.
I tried to open all the files using openTextDocument() & showTextDocument() but still no luck!
visual-studio-code
vscode-extensions
language-server-protocol
0 Answers
Your Answer