Skip to content

v6.5.0

Choose a tag to compare

@playdohface playdohface released this 01 Nov 09:46
· 15 commits to main since this release
046f384

What's Changed

  • #93 builtin tasks now work on mac & linux regardless of the user's default shell
  • #95 the extension no longer requires an internet connection as long as the assets for jdtls, lombok-support and debug-adapter have been downloaded, i.e. the extension has been run with an internet connection before
  • #97 we no longer depend on python3 being available on the system to run jdtls
  • #98 the debugger now works 🎉
  • #106 an issue with spaces in filenames under Windows has been fixed
  • #111 we now have textobjects for navigating inside/around classes, methods, comments etc. in vim-mode

There are two upstream changes merged and awaiting release as well:

New contributors