dansomething / coc-java-debug

An extension for coc.nvim to enable Java debugging via jdt.ls
https://www.npmjs.com/package/coc-java-debug
Eclipse Public License 2.0
100 stars 8 forks source link

Multiple configurations at the same time? #7

Closed Frederick888 closed 4 years ago

Frederick888 commented 4 years ago

For example selecting from one of the existing configurations when starting?

dansomething commented 4 years ago

Fixed in release 0.1.4

You'll need to set "java.debug.vimspector.profile": null and then rely on the built-in Vimspector behavior for configuration selection.

dansomething commented 4 years ago

Note, in the next release I'll remove "java.debug.vimspector.profile" completely. We can just rely on "default": true in the Vimspector.json.