All notable changes to the "Bulk Problem Diagnostics" extension will be documented in this file.
- Due to the recent changes in some extensions (including ESLint 3.0.8), the previous method of opening the files in the background does not work anymore. Now the extension will open files in the editor and close them after a delay. This means there is a lot of "blinking" on the screen as each file is being opened and closed. #4
- Added a new setting "Wait Before Closing", by default 3000ms.
- Default value for the "Delay" setting was raised to 200ms.
- Added progress bar, cancel button and remaining time countdown
- Allow to search in error codes as well as error messages
- Automatically open Problems View when the command is executed
- changes to README and a new icon
- Fixed a problem when files are not re-analysed if the command runs on a small folder for the second time. As a downside, on consequtive runs the screen might be blinking since the files will be opened and closed in the browser.
- Allow to run the command on the whole project, not just one folder
- Open only files with problems
- Added settings to match problems severity and error message
- Initial release