Skip to content

Commit 065c45c

Browse files
author
Junfeng Li
committed
Update wrapper-server.sh location in doc.
Close #624.
1 parent b27e24f commit 065c45c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/LanguageClient.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,14 +632,16 @@ Please report all bugs at https://github.com/autozimu/LanguageClient-neovim/issu
632632

633633
If you believe you've find a bug in this plugin, please first try to help
634634
narrow down where the error happens, which will reduce bug fix time/effort
635-
tremendously.
635+
significantly.
636+
637+
Experiment with VS Code plugin if the language server has one.
636638

637639
Try increasing logging level to 'INFO' or 'DEBUG' using the
638640
|LanguageClient_setLoggingLevel| function, and check the log file.
639641

640642
There is also an utility script in: >
641643
642-
$RUNTIME/rplugin/python3/LanguageClient/wrapper.sh
644+
$RUNTIME/tests/wrapper-server.sh
643645
644646
which can work like a proxy and logs all stdin and stdout of the language
645647
server into a log file.

0 commit comments

Comments
 (0)