Skip to content

v25.0.1

Latest

Choose a tag to compare

@Achal1607 Achal1607 released this 22 Jan 06:51

Version 25.0.1

What's Changed

Bug Fixes

  • Clarified usage of the two vscode File URI APIs #494, resolving:
    • Notebook creation failure on Windows with no workspace
    • Go To Test/Tested navigation failure
  • Fixed project context mapping for notebooks on Windows #498
  • Fixed refactor method parameters UI to display button icons (move up/down, delete, add) #495
  • Surfaced NetBeans Language Server warnings during refactoring to prevent unexpected results #511
  • Corrected class-name validation in "Create New File from Template":
    • Allow module-info, package-info; disallow . #496
    • Warn for $ in names #509
  • [JAVAVSCODE-353] Fixed Run/Debug of main classes in Gradle test sources #487
  • [JAVAVSCODE-499] Fixed code completions for module imports #502
  • Fixed applying code suggestions when implemented methods require imports #520
  • Notebook code cell execution fixes:
    • Input box dismissal no longer blocks future input #501
    • Notebook kernel can be restarted after execution crash #506
    • Show unresolved dependency warnings #507
    • Set current working directory (CWD) to the notebook's directory #508
  • [JAVAVSCODE-486] Handled cache deletion failures to allow manual cleanup before NetBeans Language Server restart #515

Other Changes

  • Removed microsoft/vscode-l10n dependency #504
  • Fixed NetBeans Language Server launch on Windows ARM64 with an x64 JDK #513
  • Updated openjdk25 URL to 25.0.2
  • Netbeans Language Server now honors project directory traversal settings when scanning for Gradle projects
  • Updated dependencies and removed unused modules

Full Changelog: v25.0.0...v25.0.1