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 10:56:10 -07:00 committed by GitHub
parent 0ee6a90912
commit c13be165cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 1 deletions

View file

@ -57,6 +57,7 @@ actions!(
ExpandCommitEditor,
GenerateCommitMessage,
Init,
OpenModifiedFiles,
]
);