Skip to content

Release 0.37.0

Compare
Choose a tag to compare
@testforstephen testforstephen released this 24 Nov 06:19
· 100 commits to main since this release
239973c

0.37.0 - 2021-11-24

Added

Fixed

  • Address encoding issues on Windows. #1077.
  • Encoding - launcher.bat could not pass on redirected input into the java program being debugged. microsoft/vscode-java-pack#756.
  • Encoding - Launching BAT for UTF-8 fix is incompatible with Security Policies disallowing BAT execution. #646.
  • Encoding - Non-ASCII char support for Windows terminals. #622.
  • Encoding - [Windows non-ASCII folder] Error: Could not find or load main class. #623.
  • Step filter in the settings.json is not working. #1085.
  • Contribution from
    John Grant
    : Support multiline values in envFile. #1061.
  • Contribution from
    Adrien Piquerez
    . Fix NPE when using step filter. microsoft/java-debug#387.
  • Contribution from Douglas M. Barcellos. Update telemetry setting declaration in README. #1084.