File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
44
45
45
46
46
## 1.7.0 (June 1st, 2022)
47
- * enhancment - Support separate "Generate Getters" and "Generate Setters". See [ #2362 ] ( https://github.com/redhat-developer/vscode-java/issues/2362 ) .
47
+ * enhancement - Support separate "Generate Getters" and "Generate Setters". See [ #2362 ] ( https://github.com/redhat-developer/vscode-java/issues/2362 ) .
48
48
* enhancement - Show field type when generating accessors. See [ #2459 ] ( https://github.com/redhat-developer/vscode-java/pull/2459 ) .
49
49
* enhancement - Show quick fixes for generating accessors in field declarations. See [ JLS #2092 ] ( https://github.com/eclipse/eclipse.jdt.ls/pull/2092 ) .
50
50
* enhancement - Support exclusion list for inlay hints. See [ #2412 ] ( https://github.com/redhat-developer/vscode-java/issues/2412 ) .
581
581
* enhancement - code action: improve "Invert Condition" refactoring trigger. See [ JLS #1230 ] ( https://github.com/eclipse/eclipse.jdt.ls/issues/1230 ) .
582
582
* enhancement - refresh the extension bundles after uninstalling. See [ JLS #1253 ] ( https://github.com/eclipse/eclipse.jdt.ls/pull/1253 ) .
583
583
* bug fixed - fixed Maven import failure caused by m2e-apt unable to parse maven-compiler-plugin configuration. See [ #1131 ] ( https://github.com/redhat-developer/vscode-java/issues/1131 ) .
584
- * bug fixed - add Java 13 support for Gradle projects. See [ JLS #1196 ] ( https://github.com/eclipse/eclipse.jdt.ls/issues/1196 ) .
584
+ * bug fixed - add Java 13 support for Gradle projects. See [ JLS #1196 ] ( https://github.com/eclipse/eclipse.jdt.ls/issues/1196 ) .
585
585
* bug fixed - fixed errors reported from unrelated gradle projects outside the workspace. See [ JLS #1261 ] ( https://github.com/eclipse/eclipse.jdt.ls/issues/1261 ) .
586
586
587
587
## 0.52.0 (October 23rd, 2019)
Original file line number Diff line number Diff line change 5
5
"author" : " Red Hat" ,
6
6
"icon" : " icons/icon128.png" ,
7
7
"license" : " EPL-2.0" ,
8
- "version" : " 1.9 .0" ,
8
+ "version" : " 1.10 .0" ,
9
9
"publisher" : " redhat" ,
10
10
"bugs" : " https://github.com/redhat-developer/vscode-java/issues" ,
11
11
"preview" : false ,
You can’t perform that action at this time.
0 commit comments