v6.5.0
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:
- eclipse-jdtls/eclipse.jdt.ls#3580 will make signature-help work for all methods
- zed-industries/zed#41187 will make method-completions insert brackets and arguments with tab-support