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
Introduce lsp-completion-passthrough-try-completion for lsp-passthrough (#4544)
This makes is less "passthrough", but it checks that the string
proposed by completion-basic-try-completion is actually a proper
prefix of all the available completions. Otherwise no expansion.
Which makes it more conservative.
0 commit comments