Releases: dansomething/coc-java-debug
Releases · dansomething/coc-java-debug
1.0.0
Special thanks to @gagara for the contribution to support debug settings configuration.
- Create a basic Vimspector config file if one doesn't exist (#46) e1a0292
- Remove deprecated setting java.debug.vimspector.profile a539bc4
- Add support for debug settings configuration (#45) 2671b39
- Remove the requirement for a Java file to support debug attach from anywhere 44a818a
- Support Vimspector config substitutions for Java ClassPaths, MainClass, ModulePaths, and ProjectName a3eca5a
- Upgrade to Java Debug Server for jdt.ls version 0.51.0 db96c05
0.4.0
0.3.0
- Upgrade to Java Debug Server for jdt.ls version 0.40.0 afe94d0
0.2.1
0.2.0
- Upgrade to Java Debug Server for jdt.ls version 0.35.0 abb3b9c
- Upgrade dependencies 9ed9688 e838125
- Add issue template e8bf9f9
- Switch from yarn back to npm and @types/node 10.12.0 for coc 0.0.80 compatibility f38449d
- Add script to update the server jar ab1858a
- Fix workspace.showput command doc 1e112a2
0.1.8
0.1.7
- Upgrade to Java Debug Server for jdt.ls version 0.30.0 b9fd017
0.1.6
0.1.5
0.1.4
java.debug.vimspector.profile
is now nullable which allows falling back to the built-in Vimspector behavior for configuration selection.