Skip to content

0.25.0

Compare
Choose a tag to compare
@jdneo jdneo released this 20 Oct 03:03
f27f9e0

Added

  • Add new commands java.test.editor.run and java.test.editor.debug to run and debug tests in current file. PR#1066

Changed

  • The field vmargs in java.test.config is deprecated, vmArgs is used to align with the debug launch configuration. #852

Removed

  • The adaptive debounce mechanism when resolving Code Lenses is removed since it is embedded in Visual Studio Code 1.50.0. PR#1074

Fixed