Skip to content

Releases: jdneo/vscode-checkstyle

1.4.2

29 Mar 01:45
0acfbbd
Compare
Choose a tag to compare

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

09 Sep 09:14
62e696f
Compare
Choose a tag to compare

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.4.0

26 Jan 03:20
becbf79
Compare
Choose a tag to compare

Added

Fixed

1.3.3

19 Jan 08:07
92cb2bb
Compare
Choose a tag to compare

Changed

  • Update the dependencies

1.3.2

22 Oct 05:58
bc12a8f
Compare
Choose a tag to compare

Added

  • Support customized Checkstyle modules #206

1.3.1

10 Oct 02:43
Compare
Choose a tag to compare

1.3.0

29 Sep 09:01
7e7eb0f
Compare
Choose a tag to compare

Added

  • User can manually set the Checkstyle version used for the project. #172

Fixed

1.2.0

03 Sep 08:41
Compare
Choose a tag to compare

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

08 Aug 09:17
Compare
Choose a tag to compare

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

15 Jul 06:52
a7bf1d1
Compare
Choose a tag to compare

Fixed

  • Fixed the java extension version.