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
I am familiar with magit with emacs and I am exploring this extension with vscode. I have trouble to do interactive rebasing and I can't figure out why, maybe there is a conflict with other extensions.
When running an interactive rebasing via r i, I see the the file for configuring the rebase. However, after having edited this file, I am unable via the extension to apply the rebase. I must use the terminal and run git rebase --continue for example.
I would expect C-c C-c to execute the rebase but it does not. Instead, it goes back to some status which is not the one of my current branch.
Another error, but maybe related is that if in my rebase, I want to drop the last commit, it has no effect. It says the rebase was applied, but my commit is still there. This work as expected if I do everything with my terminal though.
The text was updated successfully, but these errors were encountered:
I am familiar with magit with emacs and I am exploring this extension with vscode. I have trouble to do interactive rebasing and I can't figure out why, maybe there is a conflict with other extensions.
When running an interactive rebasing via
r i
, I see the the file for configuring the rebase. However, after having edited this file, I am unable via the extension to apply the rebase. I must use the terminal and rungit rebase --continue
for example.I would expect
C-c C-c
to execute the rebase but it does not. Instead, it goes back to some status which is not the one of my current branch.Another error, but maybe related is that if in my rebase, I want to drop the last commit, it has no effect. It says the rebase was applied, but my commit is still there. This work as expected if I do everything with my terminal though.
The text was updated successfully, but these errors were encountered: