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:
parent
0ee6a90912
commit
c13be165cd
4 changed files with 35 additions and 1 deletions
|
@ -57,6 +57,7 @@ actions!(
|
|||
ExpandCommitEditor,
|
||||
GenerateCommitMessage,
|
||||
Init,
|
||||
OpenModifiedFiles,
|
||||
]
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue