git rebase -i --root
не открывается окно GitLens Interactive Rebase[core]
editor = code --wait
[core]
editor = code --wait
[difftool "vscode"]
cmd = "code --wait --diff $LOCAL $REMOTE"
[merge]
tool = code-insiders
[mergetool "code-insiders"]
cmd = code-insiders --wait --merge $REMOTE $LOCAL $BASE $MERGED