Releases: jdneo/vscode-checkstyle
Releases · jdneo/vscode-checkstyle
1.4.2
Changed
- Update the default Checkstyle version to
9.3
.
Fixed
- Does not work on VS Code start until setting.json modified. #341
1.4.1
Fixed
- Generate temp files according to the folder structure #275
- Remove redundant modifiers on interface declarations PR#302
- Fix MultipleVariableDeclarationsQuickFix comment handling PR#304
- Fix compatibility for Checkstyle v8.42+ PR#323
1.3.2
Added
- Support customized Checkstyle modules #206
1.3.0
Added
- User can manually set the Checkstyle version used for the project. #172
Fixed
1.2.0
Added
- Open the Problems panel when click the status icon in the status bar. (#176)
Changed
- Automatically detect potential Checkstyle configuration files when using command to set the configuration. (#PR215)
Fixed
1.1.0
Added
- Support the live linting experience. Now the users do not need to save the file to refresh the linting results. #175
- Support batch check. #178
1.0.2
Fixed
- Fixed the java extension version.