I have a problem with rebasing when works on the remote pc using remote-shh extension. When I finish rebasing and commit it git hangs up with the issue: "Waiting for your editor to close the file...". I configured git on my remote pc as git config --system core.editor "code --wait" and when I finish rebasing git opens editor on the remote pc, not on vscode I am using. Is there any way to fix this behaviour?
VSCode 1.70 (local and remote SSH, July 2022) should improve the situation.
It includes "Polish and fix git rebase --continue experience", fixed by PR 151824, and released to VSCode insider today.