anzwdev / al-code-outline

AL Code Outline for Visual Studio Code
MIT License
51 stars 13 forks source link

"Run Code Cleanup on Uncommited Files" requires one click per file #537

Closed NKarolak closed 6 months ago

NKarolak commented 7 months ago

When running command Run Code Cleanup on Uncommited Files in the Active Project with multiple files not yet committed, a progress bar will appear and stop at the first file: image

The command won't finish until you have clicked on every changed file in the SOURCE CONTROL part.

anzwdev commented 6 months ago

Thank you for reporting your issue. I've redesigned git handling part, I hope that it solves your problem.

NKarolak commented 6 months ago

My first test was successful; thank you :-)