You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Change Log
2
2
3
+
## 0.33.0 (October 23rd, 2018)
4
+
* enhancement - add new command to clean the server workspace. See [#655](https://github.com/redhat-developer/vscode-java/issues/655).
5
+
* enhancement - add Mockito static imports by default. See [#679](https://github.com/redhat-developer/vscode-java/pull/679).
6
+
* bug fix - fixed "Busy loop " when running Java 11. See [#664](https://github.com/redhat-developer/vscode-java/issues/664).
7
+
* bug fix - fixed Maven diagnostics showing up and disappearing on save. See [#669](https://github.com/redhat-developer/vscode-java/issues/669).
8
+
* bug fix - ignore multiple code lenses for lombok generated methods. See [#674](https://github.com/redhat-developer/vscode-java/issues/674).
9
+
10
+
3
11
## 0.32.0 (October 2nd, 2018)
4
12
* enhancement - new Java 11 support for Maven, Gradle and Eclipse projects. See [#625](https://github.com/redhat-developer/vscode-java/issues/625) and [#653](https://github.com/redhat-developer/vscode-java/issues/653).
5
13
* enhancement - cascade "Update project configuration" command to child Maven projects. See [#638](https://github.com/redhat-developer/vscode-java/issues/638).
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ The following commands are available:
59
59
-`Java:Force Java compilation` (`Shift+Alt+B`): manually triggers compilation of the workspace.
60
60
-`Java:Organize imports` (`Shift+Alt+O`): Organize imports in the currently opened Java file.
61
61
-`Java:Open Java formatter settings`: Open the Eclipse formatter settings. Creates a new settings file if none exists.
62
+
63
+
*New in 0.33.0:*
62
64
-`Java:Clean the Java language server workspace`: Clean the Java language server workspace.
63
65
64
66
Supported VS Code settings
@@ -91,10 +93,6 @@ The following settings are supported:
91
93
*`java.completion.guessMethodArguments` : When set to true, method arguments are guessed when a method is selected from as list of code assist proposals.
0 commit comments