ex-cleanse – VS Code extension to delete logs in your Elixir projects

Hi all! I created a VS Code extension that deletes the logs in your Elixir file.
I also took into consideration the fact people might roll their own loggers so it allows you input the name of your logger and persists it across VS Code sessions.

More info can be found on the Github page (including a demo video). If you find it useful be sure to leave a star! PRs are welcome

repo: GitHub - glamboyosa/ex-cleanse: A VS Code utility that cleans up logs in your Elixir application.

2 Likes