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
[Suggestion] Do not try to guess a root if lsp--suggest-project-root failed (#3973)
* [Suggestion] Do not try to guess a root if lsp--suggest-project-root failed
Currently, when `lsp-auto-guess-root` is set and `lsp--suggest-project-root`
fails to find a project root, we fall back to `lsp-find-session-folder`.
This PR makes `lsp--suggest-project-root` authoritative when
`lsp-auto-guess-root` is set, thus giving full control to the user.
* Introduce lsp-guess-root-without-session
0 commit comments