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
lsp: Skip textDocument/completion for ignored files (#953)
When files are ignored, they will have no file contents in the cache,
and so completions are impossible. This leads to an error message which
is now avoided by just returning an empty list.
Fixes#879
Signed-off-by: Charlie Egan <charlie@styra.com>
0 commit comments