Fixed a bug and made some improvements in the vscode progress service such that messages for the same task id can be sent to the same open progress UI. Previously, the progress UI in vscode will close after the first message and it was not possible to have a continuous stream of progress messages appearing in the same open progress UI.
commons-vscode
A node+typescript module containing some utilites shared between STS4 vscode-extensions.
Mainly offers utility function(s) to help launch a language-server implemented in Java and then connect to it.