Skip to content

1.38.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 04:09
· 2 commits to master since this release
  • enhancement - Add code lens for interface / abstract method implementations. See #3813.
    • java.implementationCodeLens.enabled replaced by java.implementationCodeLens
    • Values for new setting are "none", "types", "methods", "all"
  • enhancement - Add quick fix for sealed class within empty switch expression. See JLS#3345.
  • enhancement - Support code assist on unresolved types. See #1123.
  • bug fix - Improve rendering of Markdown Comments (JEP 467). See JLS#3332.
  • build - Check for updated snapshot repositories when running build. See #3889.
  • dependencies - Bump cross-spawn from 7.0.3 to 7.0.6. See #3862.
  • dependencies - Update vscode-redhat-telemetry to 0.9.1. See #3886.