FeaturesThis extension is used to delete all logs line in a single file. You can launch this extension on all files you want to clean. The extension doesn't have a default shortcut but you can easily put your own. There is an example bellow with a TypeScript file and a C file (The popup has been deleted for better experience) : RequirementsNo specific requierement for this extension Known IssuesRegex can have some problems, you can add an issue or submit a pull request to correct it. Release Notes1.2.2New language added (Solidity) 1.1.2Some fixed issues 1.1.1New feature : You can now count the number of log line in your current file ! You can easily test it with running clean console list command. The code have been refactored :
1.0.1Bug fix 1.0.0This is the first release of the extension, you can use it without moderation InstallYou can download the extension on the marketplace : If you want to modify or just run the extension locally, you first need to : Get the project
Go in clean console folder :
Install package :
You can now modify the extension as you wish, you can press (F5) to run the debugger editor InformationIf your favorite language isn't currently supported, you can submit a pull request to add it to the list ! |