0.58.0 (2021/01/03)
Its all about editing this time.
jbang edit --open xyz.java will now open your default editor and not require you to
always specify an editor.
Default editor will be what JBANG_EDITOR environment variable is set to
or if that is empty jbang will now automatically download and configure
a portable vscodium (free/libre Visual Studio code distribution).
This vscodium instance will have java support pre-installed making it
the absolute fastest way to get started developing Java.
As always with anything jbang installs, vscodium is fully optional - it will only happen
if you do not have any editor configured. Thus if you want to use your own IDE/editor you
just continue using jbang edit --open=myeditor xyz.java.
Note, vscodium install process is slightly different on all three major platforms thus
it is still considered experimental - if you have feedback and can confirm it works (or not)
please do open issue on https://github.com/jbangdev/jbang/issues - Thank you!
Finally -Dkey is now parsed as Dkey=true allowing to easily set System properties.
Features
- Download and setup vscodium if no editor available. (#638) [minor] (#0577d1fd)
- Default editor --open witohut editor opens default editor