You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are reporting a bug, please read following FAQ first. If you are
requesting new features or other types of questions, you can ignore it.
Have you followed the instructions at INSTALL.md?
Yes (originally, this bug came with binary downloaded via install.sh, now (after #315 being fixed for me) it is my own build.
If you are still seeing an error or other types of issue, please create ticket with
neovim/vim version vim-X11-8.0.1520-1.0.86.el7.centos.x86_64
Language server name/link and version palantir/python-language-server
Reproduction steps (from clean state)
Not, sure, most likely by using LanguageClient_textDocument_definition() on some symbol
Logs. Ensure let g:LanguageClient_loggingLevel = 'DEBUG' is in minimal
vimrc. Follow previous provided reproduction steps to reproduce the bug.
Attach contents of /tmp/LanguageClient.log and /tmp/LanguageServer.log.
I don't have them from the time of reproduction, only the snippet from /tmp/pyls-log.txt in KeyError in workspace.py line 110, in get_document palantir/python-language-server#263 (comment)
I know this is probably not enough information, so feel free to close this.
The text was updated successfully, but these errors were encountered:
@autozimu I think the issue here is that the textDocument/didOpen method is not triggered until the file is edited in some way. I am experiencing the same behaviour as @mcepl, but when I trigger insert mode I can see messages in the server log like:
I think the issue originally reported in palantir/python-language-server#263 is showing an error where the file isn't stored in the cache, and this is only triggered once the file is "edited" in some way.
(originally filed as palantir/python-language-server#263 )
Have you followed the instructions at
INSTALL.md?
Yes (originally, this bug came with binary downloaded via
install.sh
, now (after #315 being fixed for me) it is my own build.If you are still seeing an error or other types of issue, please create ticket with
let g:LanguageClient_loggingLevel = 'DEBUG'
is in minimalvimrc. Follow previous provided reproduction steps to reproduce the bug.
Attach contents of
/tmp/LanguageClient.log
and/tmp/LanguageServer.log
.I don't have them from the time of reproduction, only the snippet from
/tmp/pyls-log.txt
in KeyError in workspace.py line 110, in get_document palantir/python-language-server#263 (comment)I know this is probably not enough information, so feel free to close this.
The text was updated successfully, but these errors were encountered: