File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -632,14 +632,16 @@ Please report all bugs at https://github.com/autozimu/LanguageClient-neovim/issu
632632
633633If you believe you've find a bug in this plugin, please first try to help
634634narrow 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
637639Try increasing logging level to 'INFO' or 'DEBUG' using the
638640| LanguageClient_setLoggingLevel | function, and check the log file.
639641
640642There 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
645647server into a log file.
You can’t perform that action at this time.
0 commit comments