Releases: redhat-developer/vscode-java
Releases · redhat-developer/vscode-java
0.41.0
- enhancement - added
Generate hashcode() and equals()...
source action. See 814. - enhancement - added reload prompt when extension bundles changed. See #822.
- enhancement - added status to ExtensionAPI. See #830.
- enhancement - improved failed JDK detection diagnostic. See #835.
- bug fix - fixed the mechanism to resolve the package name of an empty java file. See #750.
- bug fix - fixed server stopping when idling. See #815.
- bug fix - signature help should select the 1st parameter after the opening round bracket. See JLS#947.
- debt - subscribe all disposables to the extension's context. See #832.
0.40.0
- enhancement - new source action:
Override/Implement Methods...
. See 749. - enhancement - attaching sources now use a project relative path, when possible. See JLS#906.
- bug fix - definitely fixed the file handle/memory leak on Windows when idling (when using Java 9+), also reduced CPU usage. See JLS#936.