Add git: open modified files action (#32347)

Ported over a vscode/cursor command that I like using : )

Release Notes:

- Added "open modified files" command
This commit is contained in:
Gabe Shahbazian
2025-06-12 13:56:10 -04:00
committed by GitHub
parent 0ee6a90912
commit c13be165cd
4 changed files with 35 additions and 1 deletions
+1
View File
@@ -57,6 +57,7 @@ actions!(
ExpandCommitEditor,
GenerateCommitMessage,
Init,
OpenModifiedFiles,
]
);