vscode-gitlens
vscode-gitlens copied to clipboard
Rebase editor does not show `exec` statements
Description
Reproduction steps
- Enable GitLens Rebase editor.
- Open a Git repository having at least two branches.
- Issue an interactive rebase command in the terminal with specifying the
-xor--execoption, e.g.git rebase -i main --exec 'echo foo'.
Expected behavior
The rebase editor should include exec statements, just like other types (pick, fixup, etc.).
Actual behavior
The exec statements are missing from the rebase editor GUI. They are, however, executed after confirmation. And they are also listed if I switch to text mode.
GitLens Version
17.1.1
VS Code Version
Version: 1.101.0 Commit: dfaf44141ea9deb3b4096f7cd6d24e00c147a4b1 Date: 2025-06-11T15:00:50.123Z Electron: 35.5.1 ElectronBuildId: 11727614 Chromium: 134.0.6998.205 Node.js: 22.15.1 V8: 13.4.114.21-electron.0 OS: Linux x64 6.8.0-60-generic snap
Git Version
git version 2.43.0
Logs, Screenshots, Screen Captures, etc
No response