Don't try to start the Ruby LSP client if git is in the middle of a rebase / merge conflict #3049
Open
1 task done
Labels
enhancement
New feature or request
I have checked that this feature is not already implemented
Use case
Detect that we are in the middle of a git rebase merge conflict situation (in which files are gonna be all messed up), do not try to start the LSP server / client / etc.
Got these 3 Ruby LSP error popups when in the middle of resolving a rebase merge conflict:
Description
See use case.
Implementation
Before starting Ruby LSP client / server: Detect
.git/
dir on local file system, and usegit
CLI to determine if a rebase is progressThe text was updated successfully, but these errors were encountered: