anzwdev / al-code-outline

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

[BUG] Cleanup 'uncommitted' files updates a *.http file #554

Closed fvet closed 5 months ago

fvet commented 5 months ago

For the REST Client extensions, we store some *.http files in our repo to test Rest API calls.

However, when running the 'Cleanup on uncommitted files' action, the http files are (wrongfully?) considered to be formatted, resulting in corrupted files.

image

Shouldn't the 'Cleanup' command(s) only works on 'al' files?

anzwdev commented 5 months ago

Thank you for reporting the problem. I've released new version of the extension that should fix it.